pub / stagit-scripts

Building src.jayvii.de with stagit
git clone https://src.jayvii.de/pub/stagit-scripts.git
Home | Log | Files | Exports | Refs | README | RSS

commit 33d894d0116cadd9309b3f3ad0756a1572392a86
parent 96335fdc1b1e91df24017f3393ec5c8db1daf8c5
Author: JayVii <jayvii[AT]posteo[DOT]de>
Date:   Wed, 19 Jun 2024 18:58:07 +0200

feat: increase font size of codeblocks and activity bar

Diffstat:
Massets/style.css | 25+++++++++++--------------
1 file changed, 11 insertions(+), 14 deletions(-)

diff --git a/assets/style.css b/assets/style.css @@ -98,6 +98,16 @@ pre > a.h { } /* Code Blocks */ +pre#blob { + font-family: monospace; + font-size: 150%; + overflow-x: scroll; + background: var(--bg3); + color: var(--fg1); + border: 1px solid var(--fg2); + border-radius: 5px; +} + #blob > a { color: var(--hl1); border-right: 3px solid #aaa; @@ -118,17 +128,12 @@ hr { height: 3px; } -pre { - font-family: monospace; -} - pre#description { font-family: sans-serif, serif; white-space: pre-wrap; word-break: keep-all; } - /* make headline centered */ body > table:nth-child(1) { margin-left: auto; @@ -142,14 +147,6 @@ body > table:nth-child(1) > tbody > tr > td:nth-child(1) { display: none; } -pre#blob { - overflow-x: scroll; - background: var(--bg3); - color: var(--fg1); - border: 1px solid var(--fg2); - border-radius: 5px; -} - /* Menu Bar */ body > table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(3) > td > a { padding-left: 0.25em; @@ -234,7 +231,7 @@ body > table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(3) > td > a[href$= /* style activity points */ .activitypoint { color: var(--hl1); - font-size: 1.25em; + font-size: 150%; } /* Decrease size of legend */