mirror of
https://github.com/ThaUnknown/miru.git
synced 2026-04-27 06:52:57 +00:00
16 lines
No EOL
279 B
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
|
|
} |