We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94d6d0c commit 3c1e3e3Copy full SHA for 3c1e3e3
.changeset/tall-trainers-think.md
@@ -0,0 +1,5 @@
1
+---
2
+'@scalar/themes': patch
3
4
+
5
+fix: removes a level line height from reset
packages/themes/src/base/reset.css
@@ -126,7 +126,6 @@
126
--font-color: var(--scalar-link-color, var(--scalar-color-accent));
127
--font-visited: var(--scalar-link-color-visited, var(--scalar-color-2));
128
129
- line-height: 1.625;
130
text-decoration: var(--scalar-text-decoration);
131
color: var(--font-color);
132
font-weight: var(--scalar-link-font-weight, var(--scalar-semibold));
0 commit comments