Skip to content

Commit f278e9f

Browse files
committed
fix: scss warning
1 parent 8d5f7f2 commit f278e9f

File tree

1 file changed

+8
-10
lines changed

1 file changed

+8
-10
lines changed

src/css/theme.scss

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -63,15 +63,7 @@
6363
--breadcrumbs-item-active: rgb(55 65 81);
6464
--doc-index-list-icon-bg: rgb(248 250 252);
6565
--card-hover-color: rgb(59 130 246);
66-
67-
// mark
68-
// ::selection {
69-
// color: #fff;
70-
// background: var(--color-primary);
71-
// cursor: none;
72-
// outline: none;
73-
// }
74-
// --ifm-font-family-base: 'Poppins', ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
66+
--ifm-font-family-base: 'Poppins', ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
7567
--color-bg-0 : rgba(247,248,250,1.00);
7668
--color-bg-1 : rgba(255,255,255,1.00);
7769
--color-bg-2 : rgba(255,255,255,1.00);
@@ -215,7 +207,13 @@
215207
--blue-5: #0176F8;
216208
--indigo-5: rgb(94, 110, 195);
217209
--prism-color2: #393A34;
218-
--prism-background-color2: #fff;;
210+
--prism-background-color2: #fff;
211+
::selection {
212+
color: #fff;
213+
background: var(--color-primary);
214+
cursor: none;
215+
outline: none;
216+
}
219217
}
220218

221219
/* For readability concerns, you should choose a lighter palette in dark mode. */

0 commit comments

Comments
 (0)