misc style fixes

This commit is contained in:
a 2022-12-23 05:21:05 -06:00
parent b18313e378
commit 7c25ae2970
1 changed files with 2 additions and 14 deletions

View File

@ -1,15 +1,5 @@
@import "colors";
@font-face {
font-family: 'Manrope';
src: url('/fonts/Manrope.ttf');
font-display: swap;
}
html {
font-family: Manrope,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
}
$sidebar-width: 22rem;
:root {
--sidebar-width: #{$sidebar-width};
@ -40,7 +30,7 @@ $sidebar-width: 22rem;
}
}
@media (min-width: 1157px) {
@media (min-width: 1132px) {
.color-switcher {
margin-left: 3em;
margin-right: auto;
@ -68,6 +58,4 @@ $sidebar-width: 22rem;
text-decoration: none;
color: var(--ui-text);
}
}
/* custom components */
}