Skip to content

Commit 59a3fd7

Browse files
committed
Tooltip and footer colors
Signed-off-by: mrgarris0n <gergely.karacsonyi@gmail.com> More footer colors Signed-off-by: mrgarris0n <gergely.karacsonyi@gmail.com>
1 parent bdf6282 commit 59a3fd7

File tree

1 file changed

+6
-1
lines changed
  • _sass/minimal-mistakes/minimal-mistakes/skins

1 file changed

+6
-1
lines changed

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

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,11 @@ $code-background-color : $lighter-gray !default;
2525
$code-background-color-dark : $light-gray !default;
2626
$text-color : $oid-black !default;
2727
$border-color : $lighter-gray !default;
28+
$footer-background-color : mix($oid-blue, $background-color, 60%) !default;
29+
30+
$tooltip-color : mix($gray, $text-color, 50%) !default;
31+
$tooltip-background-color : rgba(mix($light-gray, $background-color, 7%), 0.925) !default;
32+
$tooltip-arrow-background-color : rgba(mix($tooltip-background-color, $tooltip-color, 90%), 0.925) !default;
2833

2934
$primary-color : $oid-black !default;
3035
$success-color : #27ae60 !default;
@@ -42,5 +47,5 @@ $menuitem-hovered-background-color :$oid-blue !default;
4247
$menuitem-selected-background-color: $oid-gray !default;
4348

4449
/* notices */
45-
$notice-background-mix: 80% !default;
50+
$notice-background-mix: 60% !default;
4651
$code-notice-background-mix: 95% !default;

0 commit comments

Comments
 (0)