change custom css to only dark them

This commit is contained in:
Artur Akmalov
2023-05-21 23:42:51 +05:00
parent 9cc2fb0933
commit 2fdc21d3a9
2 changed files with 14 additions and 1 deletions

View File

@@ -1,6 +1,8 @@
---
slug: adguard-home
title: Adguard Home
description: Adguard Home DNS server guide
# image:
tags: [docker, homelab, adguard, dns]
---

View File

@@ -5,7 +5,7 @@
*/
/* You can override the default Infima variables here. */
:root {
/* :root {
--ifm-color-primary: #242526;;
--ifm-color-primary-dark: #29784c;
--ifm-color-primary-darker: #277148;
@@ -15,6 +15,17 @@
--ifm-color-primary-lightest: #3cad6e;
--ifm-code-font-size: 95%;
--docusaurus-highlighted-code-line-bg: rgba(0, 0, 0, 0.1);
} */
:root {
--ifm-color-primary: #efefeffd;
--ifm-color-primary-dark: #21af90;
--ifm-color-primary-darker: #1fa588;
--ifm-color-primary-darkest: #1a8870;
--ifm-color-primary-light: #29d5b0;
--ifm-color-primary-lighter: #32d8b4;
--ifm-color-primary-lightest: #4fddbf;
--docusaurus-highlighted-code-line-bg: rgba(0, 0, 0, 0.3);
}
/* For readability concerns, you should choose a lighter palette in dark mode. */