From 0a6245431abb370db7fcd9d694c5c50fb2ce3d4f Mon Sep 17 00:00:00 2001 From: ItsDrike Date: Mon, 23 May 2022 18:12:34 +0200 Subject: [PATCH] Add styling to sources section --- static/src/scss/_main.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/src/scss/_main.scss b/static/src/scss/_main.scss index 4589571..dfe1e5f 100644 --- a/static/src/scss/_main.scss +++ b/static/src/scss/_main.scss @@ -104,7 +104,7 @@ img { } } -#changelog { +#changelog, #sources { font-family: $font-family-mono; font-size: $font-size-base * 0.9; font-weight: 400;