Fix selectors, use overlay var
This commit is contained in:
parent
934ef6324e
commit
601633c48b
11
theme.css
11
theme.css
|
@ -21,6 +21,7 @@
|
|||
--highlight-bg-color: #002b36;
|
||||
--highlight-border-color: #268bd2;
|
||||
--background-light-color: #002b36;
|
||||
--overlay-bg-color: rgba(0, 0, 0, 0.8);
|
||||
}
|
||||
|
||||
::placeholder {
|
||||
|
@ -148,8 +149,8 @@ body {
|
|||
color: #3d99db;
|
||||
}
|
||||
|
||||
.channel-list-item[data-type="lobby"] .lobby-wrap:hover,
|
||||
#sidebar .channel-list-item[data-type="lobby"].active {
|
||||
.channel-list-item[data-type="lobby"]:hover,
|
||||
.channel-list-item[data-type="lobby"].active {
|
||||
color: #93c7eb;
|
||||
}
|
||||
|
||||
|
@ -312,12 +313,6 @@ body {
|
|||
.irc-fg6 { color: #d20ff0; }
|
||||
.irc-fg12 { color: #66b2ff; }
|
||||
|
||||
@media (max-width: 768px) {
|
||||
#sidebar-overlay {
|
||||
background: rgba(0, 0, 0, 0.8);
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 479px) {
|
||||
#chat .message .from .user::before {
|
||||
content: "<";
|
||||
|
|
Loading…
Reference in New Issue