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 b87dfc8 commit cf6d243Copy full SHA for cf6d243
assets/css/v2/style.css
@@ -1786,6 +1786,8 @@ a:hover {
1786
position: relative;
1787
display: flex;
1788
color: oklch(var(--color-foreground));
1789
+ gap: var(--space-3xs);
1790
+ align-items: center;
1791
}
1792
1793
.headerlink::before {
@@ -2242,6 +2244,7 @@ code:not(pre code) {
2242
2244
a code:not(pre code) {
2243
2245
border: solid 1px oklch(var(--color-brand) / 0.3);
2246
border-bottom: solid 2px oklch(var(--color-brand) / 0.3);
2247
+ font-size: inherit;
2248
2249
/* transition: border 0.15s ease-in-out; */
2250
0 commit comments