From a8c4bc9b1608f7f5da4e8986192392d3fa9a2f08 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Fri, 2 Oct 2020 10:50:24 +0100 Subject: [PATCH] Font size --- epicyon-profile.css | 2 +- theme.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/epicyon-profile.css b/epicyon-profile.css index 9f6af6fa..d5efe760 100644 --- a/epicyon-profile.css +++ b/epicyon-profile.css @@ -69,7 +69,7 @@ --column-right-width: 9vw; --column-left-header-background: #555; --column-left-header-color: #fff; - --column-left-header-size: 10px; + --column-left-header-size: 20px; } @font-face { diff --git a/theme.py b/theme.py index 4581286f..c62fb156 100644 --- a/theme.py +++ b/theme.py @@ -266,7 +266,7 @@ def setThemeIndymedia(baseDir: str): "main-bg-color": "black", "column-left-header-color": "#fff", "column-left-header-background": "#555", - "column-left-header-size": "10px", + "column-left-header-size": "20px", "column-left-color": "#003366", "text-entry-background": "#0f0d10", "link-bg-color": "black",