diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2017-12-15 06:52:54 +0100 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2017-12-15 06:52:54 +0100 |
| commit | a1b33089877660ba33331d76281e68790f35ae44 (patch) | |
| tree | 168692d34f8af123ef2bab505a3cdbe4d1d57229 /public/assets/css/bucky.css | |
| parent | 7ad469291c015b33a2d20587db26b9621ed82d00 (diff) | |
keywords list
Diffstat (limited to 'public/assets/css/bucky.css')
| -rw-r--r-- | public/assets/css/bucky.css | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/public/assets/css/bucky.css b/public/assets/css/bucky.css index e915ded..9d2b36e 100644 --- a/public/assets/css/bucky.css +++ b/public/assets/css/bucky.css @@ -82,10 +82,14 @@ h1 { margin-top: 2px; margin-bottom: 4px; } +a.headline:link, +a.headline:visited { color: #111; text-decoration: none; } +a.headline h1 { text-decoration: none; } +.desktop a.headline:hover { color: #654; text-decoration: none; } a:link { color: #2050ca; text-decoration: underline; } a:visited { color: #1030aa; text-decoration: none; } a:active { color: #a0a0c7; text-decoration: underline; } -a:hover { color: #2040f0; text-decoration: underline; } +.desktop a:hover { color: #2040f0; text-decoration: underline; } hr { border-color: #000; } @@ -615,7 +619,6 @@ pre br { #files .total td a { display: inline; } - #gallery { width: 100%; } |
