diff options
| author | Jérémie Astori <[email protected]> | 2018-04-12 00:57:07 -0400 |
|---|---|---|
| committer | Jérémie Astori <[email protected]> | 2018-04-12 00:57:07 -0400 |
| commit | 2df50d734f90be49501db41ac21e99e91c40e8b4 (patch) | |
| tree | 5eb563b3dfd4c7830f2f2cfd84dd9b994b57e7fd /crypto.css | |
| parent | 950663da7db4787c55e2470a0f4e23f03349155a (diff) | |
| download | thelounge-theme-crypto-2df50d734f90be49501db41ac21e99e91c40e8b4.tar.gz thelounge-theme-crypto-2df50d734f90be49501db41ac21e99e91c40e8b4.tar.bz2 thelounge-theme-crypto-2df50d734f90be49501db41ac21e99e91c40e8b4.zip | |
Fix "More" preview button color
Diffstat (limited to 'crypto.css')
| -rw-r--r-- | crypto.css | 12 |
1 files changed, 4 insertions, 8 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; |
