diff --git a/pages/.vitepress/theme/custom.css b/pages/.vitepress/theme/custom.css index 9b1a4cc7..2edc3813 100644 --- a/pages/.vitepress/theme/custom.css +++ b/pages/.vitepress/theme/custom.css @@ -10,22 +10,25 @@ /* margin-bottom: 64px; */ } -.hc-white-block { +.hc-block { display: block; width: 100vw; max-width: 100%; min-height: 100px; /* background-color: rgb(255, 255, 255); */ - /* margin-bottom: 64px; */ } -.hc-grey-block { - display: block; - width: 100vw; - max-width: 100%; - min-height: 100px; +/* Grey block */ +.hc-block:nth-child(even) { background-color: rgb(238, 238, 238); - /* margin-bottom: 64px; */ +} + +.hc-grey-block { + background-color: rgb(238, 238, 238) !important; +} + +.hc-white-block { + background-color: unset !important; } .hc-title-main { diff --git a/pages/index.md b/pages/index.md index 2dd7b869..0dc27f17 100644 --- a/pages/index.md +++ b/pages/index.md @@ -25,7 +25,7 @@ contact: https://docs.hdc.ntnu.no/about/contact/
-