1
0
Fork 0

fix header link color

This commit is contained in:
n 2020-12-26 13:06:09 +01:00
parent 9b7bfd4e75
commit d51656dfc7
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ h4, .wiki h3 {font-size: 1.4em;padding: 2px 10px 1px 0px;margin-bottom: 5px; bor
#header {height:8.4em;margin:0;background-color:#507AAA;color:#f8f8f8; padding: 4px 12px 0px 6px; position:relative;}
#header {height:8.4em;margin:0;background-color:#009200;color:#f8f8f8; padding: 4px 12px 0px 40px; position:relative; background-image: url("images/Kiwilogo3.png"); background-repeat:no-repeat; }
#header a {color:#fff8ff;}
#header a {color:#ffffff;}
#header h1 {padding: 35px 0 0 16px;}
#quick-search {float:right; padding-top:5px;}
#quick-search input.id{margin:15px;}