Increase sidebar overlay opacity
This commit is contained in:
parent
9572bf7d90
commit
b4b4e188d2
|
@ -333,6 +333,12 @@ body {
|
||||||
.irc-fg5 { color: #e969a7; }
|
.irc-fg5 { color: #e969a7; }
|
||||||
.irc-fg12 { color: #50a8ff; }
|
.irc-fg12 { color: #50a8ff; }
|
||||||
|
|
||||||
|
@media (max-width: 768px) {
|
||||||
|
#sidebar-overlay {
|
||||||
|
background: rgba(0, 0, 0, 0.8);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
@media (max-width: 479px) {
|
@media (max-width: 479px) {
|
||||||
#chat .message .from .user::before {
|
#chat .message .from .user::before {
|
||||||
content: "<";
|
content: "<";
|
||||||
|
|
Loading…
Reference in New Issue