mirror of
https://github.com/eliasstepanik/vdo.ninja.git
synced 2026-01-16 08:08:28 +00:00
commit
dff926ac14
10
main.css
10
main.css
@ -646,7 +646,7 @@ body.darktheme .credits>a:visited {
|
||||
}
|
||||
|
||||
.darktheme .advancedAudioSettings, .darktheme .advancedVideoSettings {
|
||||
background-color: #222;
|
||||
background-color: var(--discord-grey-2);
|
||||
}
|
||||
|
||||
.advancedAudioSettings, .advancedVideoSettings {
|
||||
@ -1206,7 +1206,7 @@ button.glyphicon-button.active.focus {
|
||||
display: flex;
|
||||
position: fixed;
|
||||
z-index: 995;
|
||||
bottom: 0px;
|
||||
bottom: 10px;
|
||||
border: 0;
|
||||
min-height: 52px;
|
||||
pointer-events: none;
|
||||
@ -4902,7 +4902,8 @@ body.darktheme .card{
|
||||
background-color: #40444E
|
||||
}
|
||||
body.darktheme input{
|
||||
background-color: #ccc;
|
||||
background-color: var(--discord-grey-7);
|
||||
color: var(--discord-text);
|
||||
}
|
||||
body.darktheme .column>h2{
|
||||
color: #b6b6b6;
|
||||
@ -4960,7 +4961,8 @@ body.darktheme #headphonesDiv3{
|
||||
background-color: #414141;
|
||||
}
|
||||
body.darktheme select{
|
||||
background-color: #b2b2b2;
|
||||
background-color: var(--discord-grey-7);
|
||||
color: var(--discord-text);
|
||||
}
|
||||
body.darktheme .white {
|
||||
filter: brightness(0.85);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user