Skip to content

Commit

Permalink
Changed font color of the Auto-Type (#235)
Browse files Browse the repository at this point in the history
Co-authored-by: YӨƧΉIƬΉΛ ЯΛƬΉПΛYΛKΣ <[email protected]>
  • Loading branch information
tharikashree and YoshithaRathnayake authored Oct 10, 2024
1 parent 77dbba5 commit d47ed02
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dark/assets/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -578,7 +578,7 @@ html {
/* Auto Typing Effect */

.text-box {
color: red;
color: #00ffd8;
text-align: center;
position: relative;
top: 200px;
Expand All @@ -596,7 +596,7 @@ html {

.auto-type {
font-size: 35px;
color: red;
color: #00ffd8;
font-family: Edo;
font-weight: bold;
font-style: italic;
Expand Down

0 comments on commit d47ed02

Please sign in to comment.