diff options
| author | Ron Lucke <lucke@elan-ev.de> | 2025-04-02 13:08:41 +0000 |
|---|---|---|
| committer | Ron Lucke <lucke@elan-ev.de> | 2025-04-02 13:08:41 +0000 |
| commit | 89bdb5182f8ceddf49390dacdffbd0e18a98be0d (patch) | |
| tree | aaa001c78ba625eecb22d1c40cd18239c892067e | |
| parent | ccb1d5a442b37f57886fe6613999ac0aebe8c1eb (diff) | |
Loginseite: Textgrößen noch zu klein
Closes #5450
Merge request studip/studip!4090
| -rw-r--r-- | resources/assets/stylesheets/scss/index.scss | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/resources/assets/stylesheets/scss/index.scss b/resources/assets/stylesheets/scss/index.scss index ad04ea3..6008494 100644 --- a/resources/assets/stylesheets/scss/index.scss +++ b/resources/assets/stylesheets/scss/index.scss @@ -327,15 +327,15 @@ $gap-between-boxes: calc($login-page-margin / 2); color: var(--base-color); .title { - font-size: 1.25em; - font-weight: 700; + font-size: $font-size-h1; + font-weight: normal; margin: 0 0 4px; } .description { - font-size: 0.75em; + font-size: $font-size-small; max-width: 75%; white-space: collapse; - color: var(--black); + color: var(--color--font-primary); } &:hover { |
