aboutsummaryrefslogtreecommitdiffstats
path: root/src/styles/reset.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/styles/reset.scss')
-rw-r--r--src/styles/reset.scss3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/styles/reset.scss b/src/styles/reset.scss
index 80328dcef..d87ce652a 100644
--- a/src/styles/reset.scss
+++ b/src/styles/reset.scss
@@ -51,7 +51,6 @@ button {
51 padding: 0; 51 padding: 0;
52 52
53 &:focus { outline: 0; } 53 &:focus { outline: 0; }
54 .theme__dark & { color: $dark-theme-gray-smoke; }
55} 54}
56 55
57html { 56html {
@@ -64,7 +63,7 @@ body {
64 font-size: 1.4rem; 63 font-size: 1.4rem;
65 line-height: 1; 64 line-height: 1;
66 65
67 .theme__dark { color: $dark-theme-gray-smoke; } 66 &.theme__dark { color: $dark-theme-gray-smoke; }
68} 67}
69 68
70* { 69* {