The great flattification

This commit is contained in:
2022-03-29 21:41:46 +02:00
parent e5328a7d6c
commit 2b847c0456
41 changed files with 379 additions and 317 deletions

View File

@@ -24,13 +24,13 @@ $: {
<style>
.progress_bar_outer {
display: block;
background-color: var(--layer_1_color);
background: var(--background_color);
width: 100%;
height: 3px;
margin: 6px 0 12px 0;
}
.progress_bar_inner {
background-color: var(--highlight_color);
background: var(--highlight_background);
height: 100%;
width: 0;
transition: width 1s;