fixes
This commit is contained in:
parent
acf414e451
commit
dc3df7bc4e
5 changed files with 11 additions and 5 deletions
|
@ -75,6 +75,6 @@
|
|||
padding: 10px;
|
||||
z-index: 1;
|
||||
background-color: $fallback--fg;
|
||||
background-color: var(--fg, $fallback--fg);
|
||||
background-color: var(--panel, $fallback--fg);
|
||||
}
|
||||
</style>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue