summaryrefslogtreecommitdiffstats
path: root/site/common
diff options
context:
space:
mode:
authorFrancis Rowe <fchmmr@minifree.lan>2015-12-04 01:36:04 (EST)
committer Francis Rowe <fchmmr@minifree.lan>2015-12-04 01:36:04 (EST)
commit574d323e2cf2bd33ba969778cf25bc2e3db2ee82 (patch)
tree53cb6411f6b6a3ec39d4e9c1b6c605a689d9dd1f /site/common
parent82baa2fc240a035fdfbe812ceb94ae56fc9650f2 (diff)
downloadlibreboot.org-574d323e2cf2bd33ba969778cf25bc2e3db2ee82.zip
libreboot.org-574d323e2cf2bd33ba969778cf25bc2e3db2ee82.tar.gz
libreboot.org-574d323e2cf2bd33ba969778cf25bc2e3db2ee82.tar.bz2
css: increase background opacity a bit
Diffstat (limited to 'site/common')
-rw-r--r--site/common/css/main.css5
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
}