summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2018-01-14 19:39:58 +0200
committerLars Wirzenius <liw@liw.fi>2018-01-14 19:39:58 +0200
commit385d9b3207b2bbedf15e23910d43cc46719376c3 (patch)
treefe2647b6c6da98e021669dd151230815ccbabb47
parent7f0cdfc725050731c0495380a0537154bf63ab4e (diff)
downloadick.liw.fi-385d9b3207b2bbedf15e23910d43cc46719376c3.tar.gz
Change: top box background to yellowish
-rw-r--r--style.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/style.css b/style.css
index b688ba3..050b14c 100644
--- a/style.css
+++ b/style.css
@@ -590,7 +590,7 @@ body {
padding: 1em 2em;
position: relative;
overflow: hidden;
- background: #eee;
+ background: ##fffb17;
border-color: #999;
border-style: none none solid none;
border-width: 1px;