From 2c295c4eeb0925a0012835798e45c804b42c301b Mon Sep 17 00:00:00 2001 From: Thoscellen Date: Thu, 29 Apr 2021 00:01:22 +0200 Subject: [PATCH] Updated xstyle with new title font and color adjustment for the navbar items --- xstyle.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/xstyle.css b/xstyle.css index 52e2877..061e10c 100644 --- a/xstyle.css +++ b/xstyle.css @@ -20,7 +20,7 @@ h1, h1 a, nav.horizontal a { - font-family: "Chalkboard", Candara, sans-serif; + font-family: "Chalkboard", "Amaranth", sans-serif; letter-spacing: -1px; } nav.horizontal a { @@ -130,4 +130,8 @@ .chip.multiselect * { color: white !important; } + nav.horizontal > a i::before, + nav.horizontal popover > a i::before{ + color: #2a9cc8 !important; + } } \ No newline at end of file