aboutsummaryrefslogtreecommitdiff
path: root/src/styles/typography.css
diff options
context:
space:
mode:
authorFuwn <[email protected]>2026-03-01 16:20:51 -0800
committerFuwn <[email protected]>2026-03-01 16:21:02 -0800
commiteae5d24d9e79e59a19d4721caaeaa0ca650ecb33 (patch)
tree1b685bb248e051dfa26d2bfdebe6689402dd93c5 /src/styles/typography.css
parentchore(tooling): remove legacy eslint and prettier (diff)
downloaddue.moe-eae5d24d9e79e59a19d4721caaeaa0ca650ecb33.tar.xz
due.moe-eae5d24d9e79e59a19d4721caaeaa0ca650ecb33.zip
chore(biome): drop formatter style overrides
Diffstat (limited to 'src/styles/typography.css')
-rw-r--r--src/styles/typography.css28
1 files changed, 14 insertions, 14 deletions
diff --git a/src/styles/typography.css b/src/styles/typography.css
index 4c3c3052..2ba4014a 100644
--- a/src/styles/typography.css
+++ b/src/styles/typography.css
@@ -2,24 +2,24 @@
/* @import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@300;400;500;550;700;800&display=swap'); */
body {
- font-family:
- "DM Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu,
- Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
- font-size: 1em;
- line-height: 1.5;
- /* font-weight: 300; */
- /* text-shadow: 0 0 0.25em var(--base01); */
- padding: 1.25rem;
+ font-family:
+ "DM Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
+ Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
+ font-size: 1em;
+ line-height: 1.5;
+ /* font-weight: 300; */
+ /* text-shadow: 0 0 0.25em var(--base01); */
+ padding: 1.25rem;
}
#wrapped {
- font-family: inherit;
- font-size: inherit;
- line-height: inherit;
- font-weight: 400;
- text-shadow: none;
+ font-family: inherit;
+ font-size: inherit;
+ line-height: inherit;
+ font-weight: 400;
+ text-shadow: none;
}
.opaque {
- opacity: 0.5;
+ opacity: 0.5;
}