Skip to content

Commit 6221169

Browse files
author
tosih
committed
Remove scss from css file.
1 parent 745f5ff commit 6221169

File tree

1 file changed

+6
-12
lines changed

1 file changed

+6
-12
lines changed

public/styles.css

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,3 @@
1-
// dark theme colors
2-
$bg: #222;
3-
$gray: #888;
4-
$gray-dark: #555;
5-
$text-color: #fafafa;
6-
71
body,
82
ul,
93
li,
@@ -20,8 +14,8 @@ p {
2014
}
2115

2216
body {
23-
background: $bg;
24-
color: $text-color;
17+
background: #222;
18+
color: #fafafa;
2519
font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', sans-serif;
2620
line-height: 1.4;
2721
}
@@ -40,7 +34,7 @@ body {
4034
}
4135

4236
.todo-list {
43-
background: $gray-dark;
37+
background: #555;
4438
border: 1px solid transparent;
4539
border-radius: 6px;
4640
box-shadow: 0 1px 3px rgba(0,0,0,.1);
@@ -60,7 +54,7 @@ body {
6054
}
6155

6256
.button-complete {
63-
background: $gray-dark;
57+
background: #555;
6458
border: 3px solid rgba(0,0,0,.3);
6559
border-radius: 6px;
6660
cursor: pointer;
@@ -71,7 +65,7 @@ body {
7165
}
7266

7367
.button-edit {
74-
color: $gray;
68+
color: #888;
7569
font-size: 15px;
7670
margin-left: auto;
7771
position: relative;
@@ -88,7 +82,7 @@ body {
8882
}
8983

9084
.notification {
91-
background: $gray-dark;
85+
background: #555;
9286
border: 1px solid transparent;
9387
border-radius: 6px;
9488
border-width: 1px;

0 commit comments

Comments
 (0)