mirror of
https://github.com/MrEidam/bigredbutton.git
synced 2026-04-17 15:43:31 +00:00
Version - 47
This commit is contained in:
28
css/brb.css
28
css/brb.css
@@ -77,4 +77,32 @@ body{
|
||||
}
|
||||
.changelog:hover svg{
|
||||
color: #a33;
|
||||
}
|
||||
|
||||
/* Ligt NODE */
|
||||
@media (prefers-color-scheme: light){
|
||||
body{
|
||||
background: #fff;
|
||||
}
|
||||
#jonathan{
|
||||
background: radial-gradient(125% 100% at 50% 0%,#9aff9a 20%,#fff 70%);
|
||||
}
|
||||
#disclick{
|
||||
color: #000;
|
||||
text-shadow: none;
|
||||
}
|
||||
}
|
||||
|
||||
/* DARJ MODE */
|
||||
@media (prefers-color-scheme: dark){
|
||||
body{
|
||||
background: #333;
|
||||
}
|
||||
#jonathan{
|
||||
background: radial-gradient(125% 100% at 50% 0%,#5add5a 20%,#333 70%);
|
||||
}
|
||||
#disclick{
|
||||
color: #f5f5f5;
|
||||
text-shadow: 2px 2px 4px #000;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user