monospace time

This commit is contained in:
Fabrice Lamant
2024-07-28 12:03:16 +02:00
parent f465524d5b
commit 19caaea237
9 changed files with 3631 additions and 3591 deletions

View File

@ -612,9 +612,6 @@ video {
.align-top {
vertical-align: top;
}
.font-mono {
font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
.text-2xl {
font-size: 1.5rem;
line-height: 2rem;
@ -642,6 +639,10 @@ video {
.font-bold {
font-weight: 700;
}
.tabular-nums {
--tw-numeric-spacing: tabular-nums;
font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}
.text-black {
--tw-text-opacity: 1;
color: rgb(0 0 0 / var(--tw-text-opacity));