1
0
mirror of https://github.com/minio/docs.git synced 2025-07-30 07:03:26 +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 {
color: #3f7a08;
}
.nd {
color: #922f2f;
}
}
pre {

View File

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