diff options
Diffstat (limited to 'css')
| -rw-r--r-- | css/sally.css | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/css/sally.css b/css/sally.css index 3422979..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; } @@ -192,7 +192,6 @@ textarea { font-size:12pt; width: 37vw; height: 300px; background: #333; color: border: 1px solid #0f0; color: #0f0; width: 100%; - display: none; } #upload_button.uploading { background: transparent; |
