Skip to content

Commit 3a647e1

Browse files
Fixes color
1 parent 77c2af2 commit 3a647e1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

styles/styles.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1311,10 +1311,10 @@ a {
13111311
bottom: -20px;
13121312
z-index: 10000;
13131313
left: 0px;
1314-
height: 4px;
1314+
height: 5px;
13151315
border-bottom-left-radius: 10px;
13161316
border-bottom-right-radius: 10px;
1317-
background-color: green;
1317+
background-color: rgb(255, 255, 255);
13181318
animation: line-animate 2s ease-in-out forwards;
13191319
}
13201320
@keyframes line-animate {
@@ -1330,7 +1330,7 @@ a {
13301330
}
13311331

13321332
.toast.like {
1333-
background: #12229d;
1333+
background: #333;
13341334
color: #fff;
13351335

13361336
font-size: 12px;

0 commit comments

Comments
 (0)