diff options
author | Francis Rowe <info@gluglug.org.uk> | 2015-12-12 21:29:54 (EST) |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-12-12 21:30:27 (EST) |
commit | 1b4be603ccb417839723bb83b02bae57f81e3246 (patch) | |
tree | 37ef1446c3f7559f39f79c5f73fca0e69d7016c9 /site/common | |
parent | cdeedec8ac8d13aa458085000c2489918a9821d9 (diff) | |
download | libreboot.org-1b4be603ccb417839723bb83b02bae57f81e3246.zip libreboot.org-1b4be603ccb417839723bb83b02bae57f81e3246.tar.gz libreboot.org-1b4be603ccb417839723bb83b02bae57f81e3246.tar.bz2 |
css: re-add hover color on links
Diffstat (limited to 'site/common')
-rw-r--r-- | site/common/css/main.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/site/common/css/main.css b/site/common/css/main.css index 9ac3a58..eef003d 100644 --- a/site/common/css/main.css +++ b/site/common/css/main.css @@ -1,4 +1,5 @@ :not(br),a:hover{ +color:#222; padding:.4%; margin:.5% auto; max-width:95% @@ -17,6 +18,9 @@ display:inline .c li{ display:block } +a{ +color:#33a +} a,a:hover,strong,em,ul{ padding:0 } |