New :Added a slight background blur on main media buttons
This commit is contained in:
parent
20ec8f131d
commit
8b0a341c52
1 changed files with 1 additions and 0 deletions
|
|
@ -431,6 +431,7 @@ html {
|
||||||
border: solid var(--lighterBorderColor) var(--borderWidth);
|
border: solid var(--lighterBorderColor) var(--borderWidth);
|
||||||
padding: .5em .5em !important;
|
padding: .5em .5em !important;
|
||||||
margin: 0.125em !important;
|
margin: 0.125em !important;
|
||||||
|
backdrop-filter: blur(.1em);
|
||||||
}
|
}
|
||||||
|
|
||||||
.button-flat:hover {
|
.button-flat:hover {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue