diff options
| author | Jules Laplace <jules@okfoc.us> | 2015-08-25 09:51:02 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2015-08-25 09:51:02 -0400 |
| commit | 763efa0edf27ef1ed2e0a722ff1551d55f0e4f02 (patch) | |
| tree | e87a2576e8df8f433bc8bad89ab739d5cdf00542 /css/sally.css | |
| parent | 7c644c07e6f4ecc78f5a9faec3bbd88b6f9602e8 (diff) | |
gallery link
Diffstat (limited to 'css/sally.css')
| -rw-r--r-- | css/sally.css | 8 |
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; } |
