feat(docs): layout styles

This commit is contained in:
Braks
2022-04-04 21:42:48 +02:00
parent 7177c6c309
commit c05c737776
4 changed files with 41 additions and 5 deletions
+17 -2
View File
@@ -1,10 +1,16 @@
:root {
--primary: #BB86FC;
--secondary: #03dac5;
--content-width: 100%;
}
.dark {
--c-text-lighter: white !important;
--c-text: white !important;
}
html, body {
@apply scrollbar scrollbar-thin scrollbar-thumb-rounded scrollbar-thumb-green-500 scrollbar-track-gray-300;
@apply scrollbar scrollbar-thin scrollbar-thumb-rounded scrollbar-thumb-green-500 scrollbar-track-black;
}
.home {
@@ -12,7 +18,16 @@ html, body {
@apply !px-0;
}
.container {
.page, .page-meta, .footer, .sidebar {
@apply dark:(!bg-black text-white);
}
.theme-default-content {
@apply overflow-scroll md:overflow-hidden;
}
.navbar {
@apply dark:bg-gray-900;
}
h1 {