Merge pull request #829 from thelounge/xpaw/incrase-contrast
Increase IRC colors contrast
This commit is contained in:
commit
a5cb6abf72
@ -109,6 +109,11 @@ body {
|
|||||||
opacity: 1;
|
opacity: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Increase contrast of some IRC colors */
|
||||||
|
.irc-fg2 { color: #0074d9; }
|
||||||
|
.irc-fg5 { color: #e969a7; }
|
||||||
|
.irc-fg12 { color: #50a8ff; }
|
||||||
|
|
||||||
/* Message form */
|
/* Message form */
|
||||||
#form {
|
#form {
|
||||||
background: #2a323d;
|
background: #2a323d;
|
||||||
|
@ -135,6 +135,11 @@ body {
|
|||||||
opacity: 1;
|
opacity: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Increase contrast of some IRC colors */
|
||||||
|
.irc-fg2 { color: #1b94ff; }
|
||||||
|
.irc-fg5 { color: #e969a7; }
|
||||||
|
.irc-fg12 { color: #6fb7ff; }
|
||||||
|
|
||||||
/* Message form */
|
/* Message form */
|
||||||
#form {
|
#form {
|
||||||
background: #333;
|
background: #333;
|
||||||
|
Loading…
Reference in New Issue
Block a user