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:
-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 {