diff options
| author | Jules Laplace <jules@okfoc.us> | 2016-03-22 11:36:42 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2016-03-22 11:36:42 -0400 |
| commit | 6a30feead73dbee2d664b0099efcdc5106096c55 (patch) | |
| tree | 25685907394a49d2e22637f7e5c649904e09c4dc /css | |
| parent | 858587af95cfd02341cee1ec1f63c560f6944145 (diff) | |
| parent | b55c277f18a56cb6c6f85df968111f230e828b07 (diff) | |
Merge branch 'master' of lmno:ascii
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; |
