left: auto;
right: 0;
}
- background-color: rgba(0, 0, 0, 0.2);
+ @include lightDark(background-color, rgba(0, 0, 0, 0.2), rgba(255, 255, 255, 0.2));
width: 2px;
top: 5px;
bottom: 5px;
font-weight: bold;
}
li:not(.current-heading) .sidebar-page-nav-bullet {
- background-color: #BBB !important;
+ @include lightDark(background-color, #BBB, #666, true);
}
.sidebar-page-nav-bullet {
width: 6px;
top: 30%;
border-radius: 50%;
box-shadow: 0 0 0 6px #F2F2F2;
+ @include lightDark(box-shadow, 0 0 0 6px #F2F2F2, 0 0 0 6px #111);
z-index: 1;
@include rtl {
left: auto;
border-color: rgba(0, 0, 0, 0.1);
}
&:focus {
- background-color: #eee;
+ @include lightDark(background-color, #eee, #222);
outline: 1px dotted #666;
outline-offset: -2px;
}
}
.card .entity-list-item:not(.no-hover):hover {
- background-color: #F2F2F2;
+ @include lightDark(background-color, #F2F2F2, #2d2d2d)
}
.card .entity-list-item .entity-list-item:hover {
background-color: #EEEEEE;
}
.svg-icon {
- color: #FFF;
- fill: #FFF;
+ @include lightDark(color, #fff, rgba(255, 255, 255, 0.6));
font-size: 1.66rem;
margin-inline-end: 0;
position: absolute;
list-style: none;
right: 0;
margin: $-m 0;
- background-color: #FFFFFF;
+ @include lightDark(background-color, #fff, #333);
box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.1);
border-radius: 1px;
border: 1px solid #EEE;
+ @include lightDark(border-color, #eee, #000);
min-width: 180px;
padding: $-xs 0;
- color: #555;
- fill: #555;
+ @include lightDark(color, #555, #eee);
+ fill: currentColor;
text-align: start !important;
&.wide {
min-width: 220px;
a, button {
display: block;
padding: $-xs $-m;
- color: #555;
+ @include lightDark(color, #555, #eee);
fill: currentColor;
white-space: nowrap;
&:hover, &:focus {
.featured-image-container-wrap {
position: relative;
.svg-icon {
- color: #FFF;
- fill: #FFF;
+ @include lightDark(color, #fff, rgba(255, 255, 255, 0.6));
font-size: 2rem;
margin-inline-end: 0;
position: absolute;
padding: $-s;
}
a:not(.active) {
- color: #444;
- fill: #444;
+ @include lightDark(color, #444, #666);
}
a:hover {
- background-color: rgba(0, 0, 0, 0.05);
+ @include lightDark(background-color, rgba(0, 0, 0, 0.05), rgba(255, 255, 255, 0.05));
border-radius: 3px;
text-decoration: none;
}