diff options
author | Francis Rowe <fchmmr@minifree.lan> | 2015-12-04 01:36:04 (EST) |
---|---|---|
committer | Francis Rowe <fchmmr@minifree.lan> | 2015-12-04 01:36:04 (EST) |
commit | 574d323e2cf2bd33ba969778cf25bc2e3db2ee82 (patch) | |
tree | 53cb6411f6b6a3ec39d4e9c1b6c605a689d9dd1f /site/common/css | |
parent | 82baa2fc240a035fdfbe812ceb94ae56fc9650f2 (diff) | |
download | libreboot.org-574d323e2cf2bd33ba969778cf25bc2e3db2ee82.zip libreboot.org-574d323e2cf2bd33ba969778cf25bc2e3db2ee82.tar.gz libreboot.org-574d323e2cf2bd33ba969778cf25bc2e3db2ee82.tar.bz2 |
css: increase background opacity a bit
Diffstat (limited to 'site/common/css')
-rw-r--r-- | site/common/css/main.css | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/site/common/css/main.css b/site/common/css/main.css index adc522e..65a4855 100644 --- a/site/common/css/main.css +++ b/site/common/css/main.css @@ -9,13 +9,10 @@ background:#eee url("/common/background/background.jpg") fixed; font:99% sans-serif } div{ -opacity:.9; +opacity:.92; background:#fff; box-shadow:0 0 6px } -div:hover{ -opacity:.95 -} p{ line-height:1.4 } |