From 0bec5d21f270d602d34599394c003b8520e53a22 Mon Sep 17 00:00:00 2001 From: Hash Borgir Date: Fri, 23 Jun 2023 11:40:20 -0600 Subject: [PATCH] Last selected tab is remembered --- res/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/res/style.css b/res/style.css index 79c1854..dcde374 100755 --- a/res/style.css +++ b/res/style.css @@ -116,7 +116,7 @@ body { } h1, h2, h3, h4, h5, h6, div > p { - font-family: ExocetLight; + font-family: ExocetHeavy; color: #778; text-transform: uppercase; }