Increase IRC colors contrast
This commit is contained in:
parent
6887b66f67
commit
46689b96b3
@ -114,6 +114,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;
|
||||||
|
@ -140,6 +140,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