Skip to content

Commit a2eb7e4

Browse files
committed
修复 css
1 parent ea73b29 commit a2eb7e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/css/_app.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ $text_secondary_on_light: rgba(0, 0, 0, 0.54);
1212
$background_dark: #111111;
1313
$surface_dark: #222222;
1414
$divider_on_dark: rgba(255, 255, 255, 0.12);
15-
$text_primary_on_dark: #white;
15+
$text_primary_on_dark: white;
1616
$text_secondary_on_dark: rgba(255, 255, 255, 0.7);
1717

1818
* {

0 commit comments

Comments
 (0)