diff options
author | Git'Fellow <12234510+solracsf@users.noreply.github.com> | 2024-12-12 11:49:12 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-12-12 11:49:12 +0100 |
commit | 5c6e76b7009ef82c16b05924d4bdcb6d5d971a24 (patch) | |
tree | 3a7e253739e59496ca3f52dec907906e9222d849 | |
parent | ef09d2554350ffb337efb5cdff666f2337322c86 (diff) | |
download | nextcloud-server-fixHeaderStyleSettings.tar.gz nextcloud-server-fixHeaderStyleSettings.zip |
fix(settings): Make header style inline with other pagesfixHeaderStyleSettings
Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
-rw-r--r-- | apps/settings/css/settings.scss | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/settings/css/settings.scss b/apps/settings/css/settings.scss index 2ef115f2ac2..4f7248b39d9 100644 --- a/apps/settings/css/settings.scss +++ b/apps/settings/css/settings.scss @@ -827,7 +827,9 @@ doesnotexist:-o-prefocus, .strengthify-wrapper { margin-bottom: calc(var(--default-grid-baseline) * 8); > h2 { - margin-bottom: 0px; + margin: 0; + font-size: 20px; + font-weight: bold; } > a { |