From e38231eb33f0d3a66221fc592ca88a0064776b66 Mon Sep 17 00:00:00 2001 From: Flo Greistorfer Date: Fri, 28 Jun 2024 13:39:00 +0200 Subject: [PATCH] bold --- files/default-dark.css | 2 ++ files/default.css | 2 ++ 2 files changed, 4 insertions(+) diff --git a/files/default-dark.css b/files/default-dark.css index 8a4e207..b33343e 100644 --- a/files/default-dark.css +++ b/files/default-dark.css @@ -1,9 +1,11 @@ .navbar { + font-weight: bold; color: #e8e6e3; background-color: #262a2b; } .navbar li a { + font-weight: bold; color: #e8e6e3; } diff --git a/files/default.css b/files/default.css index 1006681..760f643 100644 --- a/files/default.css +++ b/files/default.css @@ -1,9 +1,11 @@ .navbar { + font-weight: bold; color: #fff; background-color: #333; } .navbar li a { + font-weight: bold; color: #fff; }