summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Jonas Gunz <himself@jonasgunz.de> 2020-08-10 02:20:57 +0200
committerGravatar Jonas Gunz <himself@jonasgunz.de> 2020-08-10 02:20:57 +0200
commit62d8af92c9408d9d16c2091fe419270e234362c6 (patch)
treed07bff5b41fe345b9ef4257b981d761bab0e17b6
parent763b255542bb86cd45599c0b4eb44bf4be67a212 (diff)
downloadcgitcss-62d8af92c9408d9d16c2091fe419270e234362c6.tar.gz
font size
-rw-r--r--cgit.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/cgit.css b/cgit.css
index 961020b..44a0742 100644
--- a/cgit.css
+++ b/cgit.css
@@ -5,6 +5,7 @@
*/
:root {
+ --font-size: 12px;
--bg: black;
--text: white;
--inactive-text: grey;
@@ -37,7 +38,7 @@ div#cgit {
padding: 0em;
margin: 0em;
font-family: sans-serif;
- font-size: 10pt;
+ font-size: var(--font-size);
color: var(--text);
background: var(--bg);
padding: 4px;