diff options
author | John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | 2018-10-28 10:44:45 +0100 |
---|---|---|
committer | John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | 2018-10-28 10:44:45 +0100 |
commit | 371cf29f0c17aea6b86a0ffa3754a95427014571 (patch) | |
tree | d854d306ef53bf511e64751d4e0977f1ca1ad661 /core/css/apps.scss | |
parent | 19a56d9e16f96d6bea5292bf8d2b1dc3a9727514 (diff) | |
download | nextcloud-server-371cf29f0c17aea6b86a0ffa3754a95427014571.tar.gz nextcloud-server-371cf29f0c17aea6b86a0ffa3754a95427014571.zip |
fixup! Cleanup
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'core/css/apps.scss')
-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; |