Skip to content

Commit 123c87e

Browse files
committed
[MODIFY] style.css
changed text color
1 parent 6169f3c commit 123c87e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

assets/css/style.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -179,12 +179,12 @@ h2 {
179179
}
180180

181181
.txt-type {
182-
color: rgba(255, 255, 0, 0.8);
182+
color: #FF5722;
183183
}
184184

185185
/* Cursor */
186186
.txt-type::after {
187-
color: #fff;
187+
color: #FF5722;
188188
content: "_";
189189
animation: animate-cursor 1s infinite;
190190
}

0 commit comments

Comments
 (0)