aboutsummaryrefslogtreecommitdiff
path: root/src/css
diff options
context:
space:
mode:
authorNikita Tchayka <nikitatchayka@gmail.com>2023-09-16 19:02:14 +0100
committerNikita Tchayka <nikitatchayka@gmail.com>2023-09-16 19:02:14 +0100
commitb0c1d8bfba7fc4d85ae37df18a704ce239b65d28 (patch)
tree0a43cb54ccdd72addcf66dac066f5d64e705d457 /src/css
parent0619286d9615c6a2b5e0420c193bd2c7ef344cc0 (diff)
downloadneohaskell.github.io-b0c1d8bfba7fc4d85ae37df18a704ce239b65d28.tar.gz
neohaskell.github.io-b0c1d8bfba7fc4d85ae37df18a704ce239b65d28.tar.bz2
neohaskell.github.io-b0c1d8bfba7fc4d85ae37df18a704ce239b65d28.zip
Ready for prod? lol
Diffstat (limited to 'src/css')
-rw-r--r--src/css/custom.css14
1 files changed, 13 insertions, 1 deletions
diff --git a/src/css/custom.css b/src/css/custom.css
index 38cf792..aaba84f 100644
--- a/src/css/custom.css
+++ b/src/css/custom.css
@@ -79,7 +79,7 @@ p, li {
}
.navbar {
- flex: auto;
+ /* flex: auto; */
border: 0;
box-shadow: none;
height: 96px;
@@ -117,6 +117,11 @@ main > .container > .row > .col article {
@apply py-4;
}
+.title_node_modules-\@docusaurus-theme-classic-lib-theme-DocCategoryGeneratedIndexPage-styles-module{
+ font-family: Lexend Mega, sans-serif;
+ font-size: 2rem;
+}
+
.theme-doc-sidebar-container {
border: 0px !important;
}
@@ -143,6 +148,13 @@ main > .container > .row > .col article {
color: inherit;
}
+.markdown {
+ @apply prose;
+ @apply lg:prose-xl;
+ @apply max-w-none;
+ @apply lg:p-8;
+}
+
/*
.navbar__items--right > .navbar__item {
background-color: yellow;