diff options
Diffstat (limited to 'www/style.css')
-rw-r--r-- | www/style.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/www/style.css b/www/style.css new file mode 100644 index 00000000..7e3cfd20 --- /dev/null +++ b/www/style.css @@ -0,0 +1,5 @@ +/*webside theme colors*/ +#menu, #menu li, #footer {background-color:#567072;} +#sidebar li a:hover {background-color:#EEEEEE;} +#menu a, #footer a, #footer {color: #FFFFFF} +#main a:hover {color:#000000;} |