Updated xstyle with new title font and color adjustment for the navbar items

This commit is contained in:
Thoscellen 2021-04-29 00:01:22 +02:00
parent 8ef8716935
commit 2c295c4eeb

View File

@ -20,7 +20,7 @@
h1, h1,
h1 a, h1 a,
nav.horizontal a { nav.horizontal a {
font-family: "Chalkboard", Candara, sans-serif; font-family: "Chalkboard", "Amaranth", sans-serif;
letter-spacing: -1px; letter-spacing: -1px;
} }
nav.horizontal a { nav.horizontal a {
@ -130,4 +130,8 @@
.chip.multiselect * { .chip.multiselect * {
color: white !important; color: white !important;
} }
nav.horizontal > a i::before,
nav.horizontal popover > a i::before{
color: #2a9cc8 !important;
}
} }