fix style

This commit is contained in:
Chris Kruining 2025-01-07 10:52:14 +01:00
parent 6e17401992
commit 34ffdee266
No known key found for this signature in database
GPG key ID: EB894A3560CCCAD2
2 changed files with 3 additions and 8 deletions

View file

@ -36,6 +36,7 @@
--text-bold: 700; --text-bold: 700;
--text-bolder: 900; --text-bolder: 900;
--text-xs: .7rem;
--text-s: .8rem; --text-s: .8rem;
--text-m: 1rem; --text-m: 1rem;
--text-l: 1.25rem; --text-l: 1.25rem;
@ -162,6 +163,7 @@ del {
} }
kbd { kbd {
display: inline-block;
background-color: var(--surface-600); background-color: var(--surface-600);
border-radius: var(--radii-m); border-radius: var(--radii-m);
border: 1px solid var(--surface-500); border: 1px solid var(--surface-500);
@ -169,9 +171,7 @@ kbd {
0 1px 1px rgba(0, 0, 0, 0.2), 0 1px 1px rgba(0, 0, 0, 0.2),
0 2px 0 0 rgba(255, 255, 255, 0.7) inset; 0 2px 0 0 rgba(255, 255, 255, 0.7) inset;
color: var(--text-2); color: var(--text-2);
display: inline-block; font-size: var(--text-xs);
font-size: var(--text-s);
font-weight: var(--text-bold);
line-height: 1; line-height: 1;
padding: var(--padding-xs) var(--padding-s); padding: var(--padding-xs) var(--padding-s);
white-space: nowrap; white-space: nowrap;

View file

@ -61,11 +61,6 @@
&:hover { &:hover {
background-color: var(--surface-600); background-color: var(--surface-600);
} }
& > sub {
color: var(--text-2);
text-align: end;
}
} }
} }