Update style.css
This commit is contained in:
parent
7bca19262a
commit
698cacad44
1 changed files with 10 additions and 0 deletions
10
style.css
10
style.css
|
@ -15,6 +15,16 @@
|
||||||
--rounding: 12px;
|
--rounding: 12px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* --- Backdrop & Header --- */
|
||||||
|
|
||||||
|
.backgroundContainer.withBackdrop {
|
||||||
|
background-color: rgba(0, 0, 0, 0.55) !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.skinHeader-withBackground {
|
||||||
|
background-color: rgba(0, 0, 0, 0.7) !important;
|
||||||
|
}
|
||||||
|
|
||||||
/* --- Colors --- */
|
/* --- Colors --- */
|
||||||
|
|
||||||
@media (hover: hover) and (pointer: fine) {
|
@media (hover: hover) and (pointer: fine) {
|
||||||
|
|
Loading…
Reference in a new issue