Address WebPeer CSS review warnings

This commit is contained in:
vorotamoroz
2026-07-31 17:56:26 +00:00
parent ec1fc4a97e
commit 42f37753b8
3 changed files with 8 additions and 9 deletions
+1 -1
View File
@@ -396,7 +396,7 @@
margin: 0;
white-space: pre-wrap;
overflow-wrap: anywhere;
font-family: ui-monospace, "SFMono-Regular", Consolas, monospace;
font-family: "SFMono-Regular", Consolas, monospace;
font-size: 0.72rem;
line-height: 1.8rem;
text-align: left;
+2 -2
View File
@@ -275,7 +275,7 @@ footer {
padding: 0.75rem 0.85rem;
color: #213048;
background: #ffffff;
font-family: ui-monospace, "SFMono-Regular", Consolas, monospace;
font-family: "SFMono-Regular", Consolas, monospace;
font-size: 0.86rem;
}
@@ -371,7 +371,7 @@ footer {
margin: 0.25rem 0 0;
overflow-wrap: anywhere;
color: var(--navy);
font-family: ui-monospace, "SFMono-Regular", Consolas, monospace;
font-family: "SFMono-Regular", Consolas, monospace;
font-size: 0.8rem;
}
+5 -6
View File
@@ -1,7 +1,6 @@
:root {
font-family:
Inter,
ui-sans-serif,
system-ui,
-apple-system,
BlinkMacSystemFont,
@@ -162,10 +161,10 @@ summary {
}
@media (prefers-reduced-motion: reduce) {
*,
*::before,
*::after {
scroll-behavior: auto !important;
transition: none !important;
#app *,
#app *::before,
#app *::after {
scroll-behavior: auto;
transition: none;
}
}