mirror of
https://github.com/MrEidam/bigredbutton.git
synced 2026-04-17 15:43:31 +00:00
Version - 47
This commit is contained in:
31
css/upgr.css
31
css/upgr.css
@@ -190,4 +190,35 @@ h2{
|
||||
::-webkit-scrollbar-thumb{
|
||||
background: linear-gradient(transparent, #00ec00);
|
||||
border-radius: 0 0 0.5rem 0.5rem;
|
||||
}
|
||||
|
||||
|
||||
/* Ligt NODE */
|
||||
@media (prefers-color-scheme: light){
|
||||
body{
|
||||
background: #ddd;
|
||||
color: #000;
|
||||
}
|
||||
#loglm{
|
||||
background: #ffefd5;
|
||||
filter: drop-shadow(10px 8px 6px #222);
|
||||
}
|
||||
.item{
|
||||
background: #ffefd5;
|
||||
}
|
||||
}
|
||||
|
||||
/* DARJ MODE */
|
||||
@media (prefers-color-scheme: dark){
|
||||
body{
|
||||
background: #333;
|
||||
color: #fff;
|
||||
}
|
||||
.item{
|
||||
background: #666055;
|
||||
}
|
||||
#loglm{
|
||||
background: #666055;
|
||||
filter: drop-shadow(10px 8px 6px #222);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user