Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/schollz/onetwothree.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZack Scholl <zack.scholl@gmail.com>2017-12-16 19:47:30 +0300
committerZack Scholl <zack.scholl@gmail.com>2017-12-16 19:47:30 +0300
commit3e29bea7ffc91bdc3442b95384e5268789e8613a (patch)
treee79da3ee6e887678a958333f5f7d27fb6528c57c
parent0c675d3f87f9144b253e33d197ea46b4777becca (diff)
Get rid of the weird background in header
-rw-r--r--static/css/style3.css8
1 files changed, 4 insertions, 4 deletions
diff --git a/static/css/style3.css b/static/css/style3.css
index 0579487..c591416 100644
--- a/static/css/style3.css
+++ b/static/css/style3.css
@@ -44,7 +44,7 @@ footer, footer p {
max-width: 38rem;
}
-header, header a {
+header {
clear: both;
color: #777;
text-align: right;
@@ -53,11 +53,11 @@ header, header a {
border-width: 3px;
border-color: #777;
padding: 1rem;
- background-color: #CCCCCC;
-}
+/* background-color: #CCCCCC;
+*/}
header a:hover {
- background-color:white
+ background-color:#CCCCCC;
}
header {