diff options
| author | Jérémie Astori <[email protected]> | 2018-04-12 09:50:28 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2018-04-12 09:50:28 -0400 |
| commit | db87b367aa41c827ddba4fffff12c595e52b9067 (patch) | |
| tree | d4a3220b9e28a9c88b477d0b926aab06f87a94cb /crypto.css | |
| parent | 950663da7db4787c55e2470a0f4e23f03349155a (diff) | |
| parent | 6ddbe74b2ab44d09edf01a2447c577a9d6f47b37 (diff) | |
| download | thelounge-theme-crypto-db87b367aa41c827ddba4fffff12c595e52b9067.tar.gz thelounge-theme-crypto-db87b367aa41c827ddba4fffff12c595e52b9067.tar.bz2 thelounge-theme-crypto-db87b367aa41c827ddba4fffff12c595e52b9067.zip | |
Merge pull request #2 from thelounge/astorije/fix-more-previews
Fix preview UI
Diffstat (limited to 'crypto.css')
| -rw-r--r-- | crypto.css | 14 |
1 files changed, 5 insertions, 9 deletions
@@ -8,19 +8,15 @@ Author: Aynik GitHub: https://github.com/aynik */ +:root { + --link-color: #00ff0e; +} + body { background: #000; font: 16px Consolas, Menlo, Monaco, "Lucida Console", "DejaVu Sans Mono", "Courier New", monospace; } -a { - color: #00ff0e; -} - -a:hover { - color: #3eff48; -} - #windows .window h2, #windows .window h3 { color: #666; @@ -109,5 +105,5 @@ a:hover { /* Previews */ #chat .toggle-text { - line-height: initial; + line-height: 1.4; } |
