mirror of
https://github.com/thelounge/thelounge
synced 2024-11-10 22:54:15 +00:00
Merge pull request #829 from thelounge/xpaw/incrase-contrast
Increase IRC colors contrast
This commit is contained in:
commit
a5cb6abf72
2 changed files with 10 additions and 0 deletions
|
@ -109,6 +109,11 @@ body {
|
|||
opacity: 1;
|
||||
}
|
||||
|
||||
/* Increase contrast of some IRC colors */
|
||||
.irc-fg2 { color: #0074d9; }
|
||||
.irc-fg5 { color: #e969a7; }
|
||||
.irc-fg12 { color: #50a8ff; }
|
||||
|
||||
/* Message form */
|
||||
#form {
|
||||
background: #2a323d;
|
||||
|
|
|
@ -135,6 +135,11 @@ body {
|
|||
opacity: 1;
|
||||
}
|
||||
|
||||
/* Increase contrast of some IRC colors */
|
||||
.irc-fg2 { color: #1b94ff; }
|
||||
.irc-fg5 { color: #e969a7; }
|
||||
.irc-fg12 { color: #6fb7ff; }
|
||||
|
||||
/* Message form */
|
||||
#form {
|
||||
background: #333;
|
||||
|
|
Loading…
Reference in a new issue