summaryrefslogtreecommitdiff
path: root/css/sally.css
diff options
context:
space:
mode:
Diffstat (limited to 'css/sally.css')
-rw-r--r--css/sally.css8
1 files changed, 4 insertions, 4 deletions
diff --git a/css/sally.css b/css/sally.css
index 8c4dc9e..f360b0c 100644
--- a/css/sally.css
+++ b/css/sally.css
@@ -22,10 +22,10 @@ body {
}
a {display: block}
-a:link, a:visited {text-decoration: none; color: #3b3740}
+a:link, a:visited {text-decoration: none; color: #6b6760}
+a:hover { text-decoration: underline }
-{overflow: auto;}
-.faded { color: 404040; }
+.faded { color: #404040; }
.rapper, .block {
float: left;
height:auto;
@@ -74,7 +74,7 @@ a:link, a:visited {text-decoration: none; color: #3b3740}
background-size: 4px 4px;
}
}
-span { min-width: 8px; line-height: 15px; display: inline-block; }
+span,a { min-width: 8px; line-height: 15px; display: inline-block; }
.rapper { cursor: crosshair; }
body.grid span { border-right: 1px solid #444; border-bottom: 1px solid #444; }
body.grid div { border-left: 1px solid #444; }