mirror of
https://github.com/fabrice404/olympics-calendar.git
synced 2026-01-08 17:15:28 +00:00
monospace time
This commit is contained in:
@ -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));
|
||||
|
||||
Reference in New Issue
Block a user