feat: polish timeline colors

This commit is contained in:
Adrien Marquès 2022-10-25 16:31:27 +02:00
parent b42ae74f3d
commit 0c8428f11d
Signed by: xdrm-brackets
GPG Key ID: D75243CA236D825E
1 changed files with 6 additions and 7 deletions

View File

@ -462,7 +462,7 @@ export default class Timeline extends Vue {
justify-self: end; justify-self: end;
font-size: .8em; font-size: .8em;
color: #535359; color: #434d5d;
margin-right: 1rem; margin-right: 1rem;
} }
@ -471,7 +471,7 @@ export default class Timeline extends Vue {
margin-left: 1rem; margin-left: 1rem;
color: #999999; color: #89919f;
} }
// line 3 // line 3
@ -486,7 +486,6 @@ export default class Timeline extends Vue {
.joint-stop { .joint-stop {
height: $joint-height; height: $joint-height;
background: red;
background: url('../assets/timeline/joint-stop.svg'); background: url('../assets/timeline/joint-stop.svg');
background-repeat: no-repeat; background-repeat: no-repeat;
@ -527,7 +526,7 @@ export default class Timeline extends Vue {
margin-bottom: 1.5em; margin-bottom: 1.5em;
color: #eee; color: #eee;
background: #323841; background: #323945;
border: .1rem solid #45454b; border: .1rem solid #45454b;
border-radius: .8em; border-radius: .8em;
@ -575,7 +574,7 @@ export default class Timeline extends Vue {
} }
.src, .doc, .end { .src, .doc, .end {
color: #999999; color: #89919f;
} }
.name b { .name b {
@ -589,7 +588,7 @@ export default class Timeline extends Vue {
position: relative; position: relative;
font-size: .8em; font-size: .8em;
color: #4d4d4d; color: #434d5d;
margin-left: .5em; margin-left: .5em;
@ -603,7 +602,7 @@ export default class Timeline extends Vue {
width: .3em; width: .3em;
height: .3em; height: .3em;
background: #606060; background: #4e596c;
border-radius: 50% / 50%; border-radius: 50% / 50%;
} }