Introduction
Introduction Statistics Contact Development Disclaimer Help
improved default style - swerc - anselm's simpler werc fork
git clone git://git.suckless.org/swerc
Log
Files
Refs
README
---
commit 3dff3af94699d246597420d575500e820d20256d
parent 32beaba137cab07ab4b72e8faeb3cbcbb5031811
Author: [email protected] <unknown>
Date: Mon, 13 Feb 2012 19:46:14 +0100
improved default style
Diffstat:
M pub/style.css | 13 ++++---------
1 file changed, 4 insertions(+), 9 deletions(-)
---
diff --git a/pub/style.css b/pub/style.css
@@ -7,18 +7,18 @@ body {
}
a {
- color: #057;
+ color: #058;
text-decoration: none;
}
a:hover {
- color: #666;
+ background-color: #eee;
}
#menu {
clear: both;
color: #ccc;
- background-color: #057;
+ background-color: #058;
padding: 0.7ex;
font-size: 84%;
}
@@ -29,7 +29,7 @@ a:hover {
}
#menu a:hover {
- color: #ccc;
+ background-color: #069;
}
#header {
@@ -106,16 +106,11 @@ h4 {
}
#nav li a {
- color: #057;
display: block;
margin: 0;
padding: 0.8ex 2em 0.8ex 1em;
}
-#nav li a:hover {
- background: #eee;
-}
-
#nav li a.thisPage {
color: #333;
font-weight: bold;
You are viewing proxied material from suckless.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.