0
0

Hckrnws: updated global.css

This commit is contained in:
Opnxng 2024-10-09 20:52:22 +08:00
parent b1c4209da7
commit ca47d7a3a0

View File

@ -16,12 +16,12 @@ html {
-moz-tab-size:4; -moz-tab-size:4;
-o-tab-size:4; -o-tab-size:4;
tab-size:4; tab-size:4;
font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji; font-family: Verdana, Geneva, sans-serif;
font-feature-settings:normal font-feature-settings:normal
} }
@media (min-width:1280px) { @media (min-width:1280px) {
html { html {
font-size: 1.2rem; font-size: 1.15;
} }
} }
body { body {
@ -58,7 +58,7 @@ code,
kbd, kbd,
pre, pre,
samp { samp {
font-family:Space Mono,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace; font-family: monospace;
font-size:1em font-size:1em
} }
small { small {
@ -582,17 +582,17 @@ video {
text-align:center text-align:center
} }
.font-mono { .font-mono {
font-family:Space Mono,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace font-family: monospace;
} }
.font-sans { .font-sans {
font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji font-family: Verdana, Geneva, sans-serif;
} }
.text-\[10px\] { .text-\[10px\] {
font-size:10px font-size:10px
} }
.text-base { .text-base {
font-size:1rem; font-size:1rem;
line-height:1.5rem line-height:1.48rem
} }
.text-lg { .text-lg {
font-size:1.125rem; font-size:1.125rem;
@ -823,7 +823,7 @@ button {
white-space:pre-line white-space:pre-line
} }
.\[\&\>pre\>code\]\:font-mono>pre>code { .\[\&\>pre\>code\]\:font-mono>pre>code {
font-family:Space Mono,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace font-family: monospace;
} }
.\[\&\>pre\>code\]\:text-xs>pre>code { .\[\&\>pre\>code\]\:text-xs>pre>code {
font-size:.75rem; font-size:.75rem;