Minor style updates

This commit is contained in:
Edgar P. Burkhart 2024-01-02 11:00:56 +01:00
parent 0940904cd8
commit 003902b43f
Signed by: edpibu
GPG Key ID: 9833D3C5A25BD227
2 changed files with 4 additions and 2 deletions

View File

@ -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 {

View File

@ -26,7 +26,7 @@ table {
height: 2rem;
line-height: 2rem;
tbody &:nth-of-type(even) {
tbody &:where(:nth-of-type(even)) {
background: #eeeeff;
}
}