Skip to content

Commit

Permalink
Update style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
zf-development committed Feb 5, 2024
1 parent 0772f4d commit aac5872
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ui/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ body {
}

.title {
color: #d913cf;
color: #00f8b8;
margin-bottom: 1.5vh;
font-size: 1.6vh;
}
Expand All @@ -34,7 +34,7 @@ body {
position: absolute;
height: 6px;
width: 50%;
background-color: #d913cf;
background-color: #00f8b8;
left: 25%;
top: 50%;
transform: translateY(-50%);
Expand Down

0 comments on commit aac5872

Please sign in to comment.