Copy CSS files to installation folder

This commit is contained in:
nileane 2024-02-11 15:52:24 +00:00 committed by github-actions[bot]
commit d75621ade0
3 changed files with 15 additions and 6 deletions

View file

@ -5929,6 +5929,9 @@ a:is(.active,
.layout-multiple-columns .drawer__tab .icon {
transform: scale(1.2);
}
.layout-multiple-columns .drawer__tab:active {
transform: scale(.9);
}
.layout-multiple-columns .drawer__tab:is(:active, :focus, :hover) {
background-color: var(--color-accent-bg);
}