From e6d32be03af27acc641defce39dab0dd34b9cac6 Mon Sep 17 00:00:00 2001 From: Nikita Karamov Date: Mon, 28 Aug 2023 02:01:11 +0200 Subject: [PATCH] Make licence and privacy look better --- src/styles/main.scss | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/styles/main.scss b/src/styles/main.scss index a87c5cc..a2c5f02 100644 --- a/src/styles/main.scss +++ b/src/styles/main.scss @@ -72,6 +72,14 @@ hr { border-width: 0.5px; } +details { + font-size: smaller; +} + +summary { + font-weight: bolder; +} + a { color: var(--s2f-accent-color-contrast); }