We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9c3af1 commit aa91e4dCopy full SHA for aa91e4d
css/custom.css
@@ -2,7 +2,7 @@
2
3
/* variables */
4
:root {
5
- --contrast: rgb(44, 110, 73));
+ --contrast: rgb(44, 110, 73);
6
--contrast-bg : rgba(44, 110, 73, 0.25);
7
--slate: rgb(233, 230, 225);
8
--hover: rgb(243, 167, 18);
@@ -477,7 +477,7 @@ code {
477
478
.popover-link {
479
position: relative;
480
- color: #222;
+ color: var(--text);
481
display: block;
482
padding: 8px 20px;
483
border-bottom: 1px solid #eee;
@@ -496,8 +496,8 @@ code {
496
border-bottom-width: 0; }
497
498
.popover-link:hover {
499
- color: #fff;
500
- background: var(--contrast); }
+ background: var(--hover); }
501
502
.popover-link:hover,
503
.popover-item:first-child .popover-link:hover:after {
0 commit comments