mirror of
https://github.com/nuttylmao/nutty.gg.git
synced 2026-09-19 04:00:59 -04:00
Subtle theme update for 'Album Art' theme
This commit is contained in:
@@ -80,8 +80,10 @@
|
||||
#progress-bar {
|
||||
height: 1%;
|
||||
width: 0%; /* JS will control this */
|
||||
background-color: var(--accent-color, #ffffff);
|
||||
transition: width 1s ease-in-out, background-color 1s ease-in-out;
|
||||
background: linear-gradient(to top, #ffffff00, var(--accent-color, #ffffff));
|
||||
/* background-color: var(--accent-color, #ffffff); */
|
||||
transition: width 1s ease-in-out, background 1s ease-in-out;
|
||||
border-radius: 10000px;
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
|
||||
Reference in New Issue
Block a user