diff --git a/dashboard/styles/themes.scss b/dashboard/styles/themes.scss index d37c238d..179413c2 100644 --- a/dashboard/styles/themes.scss +++ b/dashboard/styles/themes.scss @@ -6,4 +6,12 @@ $primary-alt: #da9317; // dark mode. dark.scss extends nightshade @import "bootstrap-nightshade.scss"; -@import "dark.scss"; \ No newline at end of file +@import "dark.scss"; + +code { + color: #000000; +} + +html.dark code { + color: #ffffff; +} \ No newline at end of file