diff options
-rw-r--r-- | core/css/apps.scss | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/core/css/apps.scss b/core/css/apps.scss index 954b08a114d..8b94d08ce2e 100644 --- a/core/css/apps.scss +++ b/core/css/apps.scss @@ -17,19 +17,9 @@ */ /* BASE STYLING ------------------------------------------------------------ */ -h1, +// no h1 allowed since h1 = logo h2 { font-weight: bold; -} - -h1 { - font-size: 26px; - margin-bottom: 12px; - line-height: 40px; - color: var(--color-text-lighter); -} - -h2 { font-size: 20px; margin-bottom: 12px; line-height: 30px; |