From 93b7fed893c6e6ed1231d2ead9b9863f11d4121e Mon Sep 17 00:00:00 2001 From: Arthur Araujo Date: Sun, 24 Dec 2023 19:25:50 -0300 Subject: [PATCH] Adjusting sizes and weights to match previous style --- css/styles.css | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/css/styles.css b/css/styles.css index e7f004ac3..ec4c0484d 100644 --- a/css/styles.css +++ b/css/styles.css @@ -1,6 +1,6 @@ /* stylelint-disable no-descending-specificity */ -/* Fonts from https://fonts.google.com/specimen/Montserrat */ +/* Font from https://fonts.google.com/specimen/Montserrat */ @font-face { font-family: 'Montserrat'; src: url('fonts/Montserrat/Montserrat-VariableFont_wght.ttf') format("truetype-variations"); @@ -382,7 +382,7 @@ body { .waived-day-text { text-align: right !important; margin-top: auto; - font-size: 90%; + font-size: 80%; font-variant-caps: all-petite-caps; } @@ -629,6 +629,8 @@ input:disabled + .slider { #preferences-window select, #preferences-window option, #preferences-window input { + font-size: 14px; + font-weight: 300; font-variant-caps: all-petite-caps; border: none; height: inherit; @@ -640,6 +642,8 @@ input:disabled + .slider { } #preferences-window .weekdays-selector input[type=checkbox] + label { + font-size: 14px; + font-weight: 300; font-variant-caps: all-petite-caps; display: inline-block; border-radius: 10px; @@ -669,6 +673,8 @@ input:disabled + .slider { } #preferences-window p { + font-size: 14px; + font-weight: 300; font-variant-caps: all-petite-caps; text-align: left; }