Created
July 14, 2024 21:29
-
-
Save bobbysq/50d258c71919da5b7b1a637ce765d60d to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@-moz-document domain("chiefdelphi.com") { | |
/* Values have been taken from an archive of Chief Delphi before July 12, 2024 */ | |
:root { | |
--base-font-size-smallest: 0.815em; | |
--base-font-size-smaller: 0.875em; | |
--base-font-size: 0.938em; | |
--base-font-size-larger: 1.063em; | |
--base-font-size-largest: 1.118em; | |
--font-up-6: 2.296em; | |
--font-up-5: 2em; | |
--font-up-4: 1.7511em; | |
--font-up-3: 1.5157em; | |
--font-up-2: 1.3195em; | |
--font-up-1: 1.1487em; | |
--font-0: 1em; | |
--font-down-1: 0.8706em; | |
--font-down-2: 0.7579em; | |
--font-down-3: 0.6599em; | |
--font-down-4: 0.5745em; | |
--font-down-5: 0.5em; | |
--font-down-6: 0.4355em; | |
--font-up-3-rem: 1.5157rem; | |
--font-up-2-rem: 1.3195rem; | |
--font-up-1-rem: 1.1487rem; | |
--font-0-rem: 1rem; | |
--font-down-1-rem: 0.8706rem; | |
--font-down-2-rem: 0.7579rem; | |
--font-size-ios-input: 1.07em; | |
--line-height-small: 1; | |
--line-height-medium: 1.2; | |
--line-height-large: 1.4 | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment