Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/core/css
diff options
context:
space:
mode:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2018-10-28 12:44:45 +0300
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2018-10-28 12:44:45 +0300
commit371cf29f0c17aea6b86a0ffa3754a95427014571 (patch)
treed854d306ef53bf511e64751d4e0977f1ca1ad661 /core/css
parent19a56d9e16f96d6bea5292bf8d2b1dc3a9727514 (diff)
fixup! Cleanup
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'core/css')
-rw-r--r--core/css/apps.scss12
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;