Skip to content

Commit 4b1633c

Browse files
committed
more scss variables
1 parent 00ef85c commit 4b1633c

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed
Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
$text-color: #111;
2-
$link-color: #38F;
3-
$light-color: #aaa;
2+
$link-color: #38f;
3+
$light-color: #aaa;
4+
$pale-color: #d0e5f5

_v2/moduleart-website/src/components/App/App.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ body {
1111
-webkit-font-smoothing: antialiased;
1212
-moz-osx-font-smoothing: grayscale;
1313
-webkit-text-size-adjust: none;
14-
color: #111;
14+
color: $text-color;
1515
margin: 0;
1616
}
1717

_v2/moduleart-website/src/components/ProjectList/ProjectList.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
&__image {
3030
overflow: hidden;
3131
display: block;
32-
background: #D0E5F5;
32+
background: $pale-color;
3333
height: 240px;
3434

3535
img {

0 commit comments

Comments
 (0)