🎨
This commit is contained in:
parent
2b318a1021
commit
d0ed5a8b59
1 changed files with 2 additions and 2 deletions
|
@ -199,12 +199,12 @@ export default Vue.extend({
|
||||||
}
|
}
|
||||||
|
|
||||||
> .before {
|
> .before {
|
||||||
left: -60px;
|
left: -70px;
|
||||||
color: var(--accent);
|
color: var(--accent);
|
||||||
}
|
}
|
||||||
|
|
||||||
> .after {
|
> .after {
|
||||||
right: -58px;
|
right: -68px;
|
||||||
color: var(--fg);
|
color: var(--fg);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue