1
0
mirror of https://github.com/minio/docs.git synced 2025-07-31 18:04:52 +03:00

Increase code readability in dark mode by updating the syntax theme (#1004)

This commit is contained in:
Rushan
2023-09-18 15:25:00 +00:00
committed by GitHub
parent 01606fbfa1
commit d68d9bc774
2 changed files with 5 additions and 1 deletions

View File

@ -150,6 +150,10 @@ code {
.s2 { .s2 {
color: #3f7a08; color: #3f7a08;
} }
.nd {
color: #922f2f;
}
} }
pre { pre {

View File

@ -62,7 +62,7 @@ $theme-properties: (
--table-border-color: $light-300 $dark-200, --table-border-color: $light-300 $dark-200,
// Code // Code
--code-bg: $light-300 $dark-500, --code-bg: $light-300 lighten($dark-500, 17.5%),
--code-hover-bg: $light-400 #9fa8b9, --code-hover-bg: $light-400 #9fa8b9,
--code-color: $black $dark-0, --code-color: $black $dark-0,
--code-link-color: #006DA0 #12243c, --code-link-color: #006DA0 #12243c,