Merge branch 'themes-updates' into shigusegubu-themes3

This commit is contained in:
Henry Jameson 2024-12-30 21:03:55 +02:00
commit 9c952173f4
4 changed files with 18 additions and 12 deletions

View file

@ -6,10 +6,6 @@
color: var(--inputTopbarText, var(--inputText));
}
a {
color: var(--link);
}
.inner-nav {
display: grid;
grid-template-rows: var(--navbar-height);
@ -91,10 +87,6 @@
width: 2em;
height: 100%;
text-align: center;
.svg-inline--fa {
color: var(--link);
}
}
.sitename {

View file

@ -32,6 +32,18 @@ export default {
directives: {
textColor: '--text'
}
},
{
component: 'Icon',
parent: {
component: 'ButtonUnstyled',
parent: {
component: 'TopBar'
}
},
directives: {
textColor: '--parent--text'
}
}
]
}