gnome-shell: Reduce quick settings title font size slightly

This commit is contained in:
Joonas Henriksson 2022-12-17 04:13:31 +02:00
parent 8a96bb17f4
commit 9b5a0fd3e0
No known key found for this signature in database
GPG Key ID: FAEDBC4FB5AA3B17
1 changed files with 2 additions and 2 deletions

View File

@ -3248,12 +3248,12 @@ $_screenshot_ui_panel_padding: 15px;
}
& .title {
@include fontsize($font-size * 1.6);
@include fontsize($font-size * 1.4);
font-weight: 800;
}
& .subtitle {
@include fontsize($font-size * 1.2);
@include fontsize($font-size);
font-weight: 800;
}
}