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:
@ -150,6 +150,10 @@ code {
|
||||
.s2 {
|
||||
color: #3f7a08;
|
||||
}
|
||||
|
||||
.nd {
|
||||
color: #922f2f;
|
||||
}
|
||||
}
|
||||
|
||||
pre {
|
||||
|
@ -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,
|
||||
|
Reference in New Issue
Block a user