diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2023-06-08 17:54:48 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2023-06-08 17:57:11 +0200 |
commit | c572c53e24b216ce965553d2ca161ab14432ef76 (patch) | |
tree | 25148dbc75bc04b06f9aa7d48d81579a228a0e43 /scss/custom.scss | |
parent | 232315f39c2a3c268445059380cf515cf0336cf1 (diff) | |
download | Ishtar-c572c53e24b216ce965553d2ca161ab14432ef76.tar.bz2 Ishtar-c572c53e24b216ce965553d2ca161ab14432ef76.zip |
💄 improve changelog display
Diffstat (limited to 'scss/custom.scss')
-rw-r--r-- | scss/custom.scss | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/scss/custom.scss b/scss/custom.scss index 666aaf23f..95846e89f 100644 --- a/scss/custom.scss +++ b/scss/custom.scss @@ -685,6 +685,16 @@ div#validation-bar{ width: 100%; } +.container.changelog{ + h2 { + padding-top: 2rem; + font-size: 1.8em; + } + h3 { + color: $gray-600; + } +} + div#foot{ background-color: $ishtar-color; color: $navbar-dark-color; |