Skip to content

Commit 4771372

Browse files
committed
fix contrast text
1 parent 02fe61c commit 4771372

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

assets/dist/style.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/src/style.scss

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ $base-color-first: #313c4e;
55
$base-color-second: #222a33;
66
$base-color-third: #449399;
77
$base-color-fourth: #fff;
8+
$base-color-fifth: #77E4A6;
89

910
$font-size: 18px;
1011

@@ -147,7 +148,7 @@ body {
147148
}
148149

149150
.title {
150-
color: $base-color-third;
151+
color: $base-color-fifth;
151152
font-size: 1.5em;
152153
text-transform: capitalize;
153154
font-weight: bold;
@@ -168,7 +169,7 @@ body {
168169
max-height: 200px;
169170
width: 100%;
170171
height: 100%;
171-
border: 5px solid $base-color-third;
172+
border: 5px solid $base-color-fifth;
172173
border-radius: 50%;
173174
position: relative;
174175
transition: border 5s;

0 commit comments

Comments
 (0)