Skip to content

Commit 0c950b9

Browse files
committed
Title and heading colors, code blocks
Signed-off-by: mrgarris0n <[email protected]>
1 parent 59a3fd7 commit 0c950b9

File tree

1 file changed

+31
-2
lines changed
  • _sass/minimal-mistakes/minimal-mistakes/skins

1 file changed

+31
-2
lines changed

_sass/minimal-mistakes/minimal-mistakes/skins/_oid.scss

Lines changed: 31 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ $light-gray : mix($white, $gray, 50%) !default;
2020
$lighter-gray : mix($white, $gray, 90%) !default;
2121

2222
$body-color : $white !default;
23-
$background-color : #f0fff0 !default;
23+
$background-color : $white !default;
2424
$code-background-color : $lighter-gray !default;
2525
$code-background-color-dark : $light-gray !default;
2626
$text-color : $oid-black !default;
@@ -48,4 +48,33 @@ $menuitem-selected-background-color: $oid-gray !default;
4848

4949
/* notices */
5050
$notice-background-mix: 60% !default;
51-
$code-notice-background-mix: 95% !default;
51+
$code-notice-background-mix: 65% !default;
52+
53+
$base01 : $oid-blue !default;
54+
55+
.page__title {
56+
a {
57+
color: $link-color !important;
58+
}
59+
}
60+
61+
h1,
62+
h2,
63+
h3,
64+
h4,
65+
h5,
66+
h6 {
67+
color: $link-color !important;
68+
}
69+
70+
.toc {
71+
h4 {
72+
color: $text-color !important;
73+
}
74+
}
75+
76+
.highlight-header {
77+
.btn {
78+
color: $text-color !important;
79+
}
80+
}

0 commit comments

Comments
 (0)