Minor style updates
This commit is contained in:
parent
0940904cd8
commit
003902b43f
2 changed files with 4 additions and 2 deletions
|
@ -39,7 +39,8 @@
|
|||
--border: 0.5em;
|
||||
--radius: 0.25em;
|
||||
|
||||
--num: "tnum", "ss01", "ss02", "case";
|
||||
--default-ffs: "dlig", "ss01", "ss04";
|
||||
--num: var(--default-ffs), "tnum", "case";
|
||||
}
|
||||
|
||||
body {
|
||||
|
@ -51,6 +52,7 @@ body {
|
|||
|
||||
display: grid;
|
||||
grid-template-columns: max-content 1fr;
|
||||
font-feature-settings: var(--default-ffs);
|
||||
}
|
||||
|
||||
p {
|
||||
|
|
|
@ -26,7 +26,7 @@ table {
|
|||
height: 2rem;
|
||||
line-height: 2rem;
|
||||
|
||||
tbody &:nth-of-type(even) {
|
||||
tbody &:where(:nth-of-type(even)) {
|
||||
background: #eeeeff;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue