File tree 2 files changed +3
-1
lines changed
2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -740,7 +740,8 @@ $space-size: 15px;
740
740
top: 50%;
741
741
left: 50%;
742
742
transform: translate(-50%, -50%);
743
- background-color: var(--color-fill); // cover border line
743
+ // cover border line
744
+ background-color: var(--color-other-decl-button);
744
745
padding: 5px 15px;
745
746
color: var(--colors-link, var(--color-link));
746
747
z-index: 1;
Original file line number Diff line number Diff line change 134
134
--color-nav-dark-uiblur-expanded : #{change-color (dark-color (fill-tertiary ), $alpha : 0.9 )} ;
135
135
--color-nav-dark-uiblur-stuck : #{change-color (dark-color (fill-tertiary ), $alpha : 0.7 )} ;
136
136
--color-nav-dark-root-subhead : #{dark-color (tutorials-teal )} ;
137
+ --color-other-decl-button : var (--color-text-background );
137
138
--color-runtime-preview-background : var (--color-fill-tertiary );
138
139
--color-runtime-preview-disabled-text : #{change-color (light-color (figure-gray-secondary ), $alpha : 0.6 )} ;
139
140
--color-runtime-preview-text : var (--color-figure-gray-secondary );
You can’t perform that action at this time.
0 commit comments