diff options
author | Francis Rowe <fchmmr@minifree.lan> | 2015-12-04 01:00:22 (EST) |
---|---|---|
committer | Francis Rowe <fchmmr@minifree.lan> | 2015-12-04 01:00:22 (EST) |
commit | c350ce57d10d430a16b0bc9c20279c1ee22af6ae (patch) | |
tree | 6149b4c8b618c696079a2ce458ef337327bbcb90 | |
parent | 711576216c8cafebe050d82d94e9f36b74400e85 (diff) | |
download | libreboot.org-c350ce57d10d430a16b0bc9c20279c1ee22af6ae.zip libreboot.org-c350ce57d10d430a16b0bc9c20279c1ee22af6ae.tar.gz libreboot.org-c350ce57d10d430a16b0bc9c20279c1ee22af6ae.tar.bz2 |
css: increase opacity when hovering over a section
-rw-r--r-- | site/common/css/main.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/site/common/css/main.css b/site/common/css/main.css index 260f4d9..adc522e 100644 --- a/site/common/css/main.css +++ b/site/common/css/main.css @@ -13,6 +13,9 @@ opacity:.9; background:#fff; box-shadow:0 0 6px } +div:hover{ +opacity:.95 +} p{ line-height:1.4 } |