miru/web/src/lib/css.css

16 lines
No EOL
279 B
CSS

.dark-mode {
background-color: #101113 !important;
}
hr {
background: linear-gradient(270deg, rgba(0, 0, 0, 0.00) 14%, #38393c 50%, rgba(0, 0, 0, 0.00) 86%) !important;
height: 1px !important;
}
.h-vh-half {
height: 50vh;
}
:root {
--container-xl-max-width: 150rem
}