Updated xstyle with new title font and color adjustment for the navbar items
This commit is contained in:
@@ -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;
|
||||||
|
}
|
||||||
}
|
}
|
Reference in New Issue
Block a user