Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dataCobra/hugo-vitae.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authordataCobra <datacobra@mailbox.org>2020-04-22 11:00:50 +0300
committerdataCobra <datacobra@mailbox.org>2020-04-22 11:00:50 +0300
commit4c5997cd83f3750fe38840414e7d004e1666729d (patch)
tree30e399cf148d9b57a15af5b305296ca5cd1a3966 /static
parentafa2758cf5d396b6ee1bf6818246bad158dab585 (diff)
Set new font size for highlighted code
Diffstat (limited to 'static')
-rw-r--r--static/css/main.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/css/main.css b/static/css/main.css
index 3b27b09..ad768c1 100644
--- a/static/css/main.css
+++ b/static/css/main.css
@@ -440,7 +440,7 @@ ul.flat li {
}
code, kbd, pre, samp {
- font-size: 0.85em;
+ font-size: 0.95em;
}
.highlight pre {