This commit is contained in:
@@ -37,7 +37,7 @@
|
||||
linear-gradient(180deg, rgba(255, 248, 239, 0.65), rgba(255, 253, 248, 0.96));
|
||||
background-size: 18px 18px, auto, auto, auto;
|
||||
color: var(--obs-ink);
|
||||
font-family: 'Noto Sans TC', 'Inter', sans-serif;
|
||||
font-family: var(--momo-font-display, "Inter", "Noto Sans TC", system-ui, sans-serif);
|
||||
}
|
||||
|
||||
.momo-observability-mode .momo-content::before {
|
||||
@@ -76,16 +76,16 @@
|
||||
linear-gradient(135deg, rgba(255, 248, 239, 0.96), rgba(255, 255, 255, 0.76));
|
||||
box-shadow: 0 18px 42px rgba(70, 46, 28, 0.08);
|
||||
color: var(--obs-ink);
|
||||
font-family: 'Noto Sans TC', 'Inter', sans-serif;
|
||||
font-family: var(--momo-font-display, "Inter", "Noto Sans TC", system-ui, sans-serif);
|
||||
font-size: var(--obs-title-size);
|
||||
letter-spacing: -0.045em;
|
||||
letter-spacing: 0;
|
||||
}
|
||||
|
||||
.momo-observability-mode .container-fluid > h2:first-child small {
|
||||
display: block;
|
||||
margin-top: 0.3rem;
|
||||
color: var(--obs-muted) !important;
|
||||
font-family: 'Noto Sans TC', sans-serif;
|
||||
font-family: var(--momo-font-family, "Inter", "Noto Sans TC", system-ui, sans-serif);
|
||||
font-size: 0.88rem;
|
||||
font-weight: 500;
|
||||
letter-spacing: 0;
|
||||
@@ -122,7 +122,7 @@
|
||||
.momo-observability-mode h3,
|
||||
.momo-observability-mode h4,
|
||||
.momo-observability-mode h5 {
|
||||
letter-spacing: -0.035em;
|
||||
letter-spacing: 0;
|
||||
}
|
||||
|
||||
.momo-observability-mode h1,
|
||||
@@ -132,7 +132,7 @@
|
||||
.momo-observability-mode h5,
|
||||
.momo-observability-mode h6 {
|
||||
color: var(--obs-ink);
|
||||
font-family: 'Noto Sans TC', 'Inter', sans-serif !important;
|
||||
font-family: var(--momo-font-display, "Inter", "Noto Sans TC", system-ui, sans-serif) !important;
|
||||
font-weight: 850;
|
||||
}
|
||||
|
||||
@@ -147,10 +147,10 @@
|
||||
.momo-observability-mode .quality-title,
|
||||
.momo-observability-mode .ppt-title {
|
||||
max-width: 780px;
|
||||
font-family: 'Noto Sans TC', 'Inter', sans-serif !important;
|
||||
font-family: var(--momo-font-display, "Inter", "Noto Sans TC", system-ui, sans-serif) !important;
|
||||
font-size: clamp(1.9rem, 3.2vw, 2.75rem) !important;
|
||||
line-height: 1.12 !important;
|
||||
letter-spacing: -0.045em !important;
|
||||
letter-spacing: 0!important;
|
||||
font-weight: 860 !important;
|
||||
}
|
||||
|
||||
@@ -283,7 +283,7 @@
|
||||
.momo-observability-mode .ppt-value {
|
||||
font-size: clamp(1.55rem, 3vw, 2.25rem) !important;
|
||||
line-height: 1.05 !important;
|
||||
letter-spacing: -0.055em !important;
|
||||
letter-spacing: 0!important;
|
||||
font-weight: 900 !important;
|
||||
}
|
||||
|
||||
@@ -300,7 +300,7 @@
|
||||
.momo-observability-mode [class$="-table-title"] h3 {
|
||||
font-size: clamp(1.05rem, 2vw, 1.45rem) !important;
|
||||
line-height: 1.25 !important;
|
||||
letter-spacing: -0.035em !important;
|
||||
letter-spacing: 0!important;
|
||||
}
|
||||
|
||||
.momo-observability-mode code,
|
||||
@@ -370,7 +370,7 @@
|
||||
.momo-observability-mode .btn {
|
||||
border-radius: 999px;
|
||||
font-weight: 760;
|
||||
letter-spacing: -0.01em;
|
||||
letter-spacing: 0;
|
||||
min-height: 2.25rem;
|
||||
padding-inline: 0.9rem;
|
||||
box-shadow: none;
|
||||
@@ -565,7 +565,7 @@
|
||||
.momo-observability-mode .badge {
|
||||
border-radius: 999px;
|
||||
font-weight: 850;
|
||||
letter-spacing: -0.01em;
|
||||
letter-spacing: 0;
|
||||
padding: 0.36em 0.62em;
|
||||
}
|
||||
|
||||
@@ -935,10 +935,10 @@
|
||||
.momo-observability-mode .display-4,
|
||||
.momo-observability-mode .display-5,
|
||||
.momo-observability-mode .h1 {
|
||||
font-family: 'JetBrains Mono', 'Noto Sans TC', monospace !important;
|
||||
font-family: var(--momo-font-mono, "JetBrains Mono", ui-monospace, monospace) !important;
|
||||
font-size: var(--obs-value-size) !important;
|
||||
font-weight: 850 !important;
|
||||
letter-spacing: -0.055em !important;
|
||||
letter-spacing: 0!important;
|
||||
}
|
||||
|
||||
.momo-observability-mode .table,
|
||||
|
||||
Reference in New Issue
Block a user