This commit is contained in:
Henry Jameson 2018-11-21 18:22:05 +03:00
parent acf414e451
commit dc3df7bc4e
5 changed files with 11 additions and 5 deletions

View file

@ -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>