From 6c07fd9c8cb6834ebc34ac40b0572456a3f9abae Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Tue, 22 Oct 2019 03:58:39 +0200 Subject: Removed friendly urls and added prism code highlighting --- src/static/style.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/static') diff --git a/src/static/style.css b/src/static/style.css index efb65c0..34cf942 100644 --- a/src/static/style.css +++ b/src/static/style.css @@ -78,6 +78,10 @@ th, td { color: #000; } +code[class*=language-] { + font-size: 14px !important; +} + @media only screen and (max-width:480px) { nav { text-align: center; -- cgit v1.2.3