Added missing files

This commit is contained in:
2025-01-27 17:07:49 +01:00
parent 14b8e169bf
commit fd71767271
3 changed files with 86 additions and 43 deletions

View File

@@ -40,3 +40,32 @@
fluent-option {
background: transparent !important;
}
body {
--body-font: "Segoe UI Variable", "Segoe UI", sans-serif;
font-family: var(--body-font), sans-serif;
font-size: var(--type-ramp-base-font-size);
line-height: var(--type-ramp-base-line-height);
margin: 0;
}
footer {
background: var(--neutral-layer-4);
color: var(--neutral-foreground-rest);
align-items: center;
padding: 10px 10px;
}
footer a {
color: var(--neutral-foreground-rest);
text-decoration: none;
}
footer a:focus {
outline: 1px dashed;
outline-offset: 3px;
}
footer a:hover {
text-decoration: underline;
}