mirror of
https://github.com/nuttylmao/nutty.gg.git
synced 2026-09-18 19:50:58 -04:00
Uhhh this is what I meant lol
This commit is contained in:
@@ -81,8 +81,8 @@
|
|||||||
#progress-bar {
|
#progress-bar {
|
||||||
height: 1%;
|
height: 1%;
|
||||||
width: 0%; /* JS will control this */
|
width: 0%; /* JS will control this */
|
||||||
background: var(--accent-color);
|
/* background: linear-gradient(to top, #ffffff00, var(--accent-color, #ffffff)); */
|
||||||
/* background-color: var(--accent-color, #ffffff); */
|
background-color: var(--accent-color, #ffffff);
|
||||||
transition: width 1s ease-in-out, background 1s ease-in-out;
|
transition: width 1s ease-in-out, background 1s ease-in-out;
|
||||||
/* border-radius: 10000px; */
|
/* border-radius: 10000px; */
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
|||||||
Reference in New Issue
Block a user