Gradients

This commit is contained in:
2022-03-13 15:42:32 +01:00
parent 493e1495ce
commit 5a5eaa6615
91 changed files with 270 additions and 185 deletions

View File

@@ -293,7 +293,7 @@ export const start = () => {
height: 2px;
}
.progress_bar {
background-color: var(--highlight_color);
background: var(--highlight_background);
height: 100%;
width: 0;
transition: width 0.25s, opacity 3s;

View File

@@ -577,7 +577,7 @@ const keydown = (e) => {
line-height: 1em;
text-align: center;
display: inline-block;
background: var(--highlight_color);
background: var(--highlight_background);
color: var(--highlight_text_color);
border-radius: 30px;
padding: 0.15em;
@@ -609,7 +609,7 @@ const keydown = (e) => {
height: 3px;
}
.progress_bar_inner {
background-color: var(--highlight_color);
background: var(--highlight_background);
height: 100%;
width: 0;
transition: width 0.5s;