We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6dba1c7 + 3a647e1 commit 3a25a66Copy full SHA for 3a25a66
styles/styles.css
@@ -1311,10 +1311,10 @@ a {
1311
bottom: -20px;
1312
z-index: 10000;
1313
left: 0px;
1314
- height: 4px;
+ height: 5px;
1315
border-bottom-left-radius: 10px;
1316
border-bottom-right-radius: 10px;
1317
- background-color: green;
+ background-color: rgb(255, 255, 255);
1318
animation: line-animate 2s ease-in-out forwards;
1319
}
1320
@keyframes line-animate {
@@ -1330,7 +1330,7 @@ a {
1330
1331
1332
.toast.like {
1333
- background: #12229d;
+ background: #333;
1334
color: #fff;
1335
1336
font-size: 12px;
0 commit comments