Skip to content

Commit

Permalink
Merge pull request #2 from thelounge/astorije/fix-more-previews
Browse files Browse the repository at this point in the history
Fix preview UI
  • Loading branch information
astorije authored Apr 12, 2018
2 parents 950663d + 6ddbe74 commit db87b36
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions crypto.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -109,5 +105,5 @@ a:hover {
/* Previews */

#chat .toggle-text {
line-height: initial;
line-height: 1.4;
}

0 comments on commit db87b36

Please sign in to comment.