feat: tweak links style

This commit is contained in:
Adrien Marquès 2022-11-22 13:32:39 +01:00
parent 81a1b9a823
commit e52d2770f1
Signed by: xdrm-brackets
GPG Key ID: D75243CA236D825E
1 changed files with 2 additions and 3 deletions

View File

@ -93,9 +93,9 @@ export default class App extends Vue {
position: absolute;
margin-left: 0%;
width: 100%;
height: .15rem;
height: .1em;
background: #3333be;
background: #5f50bf;
transition: width .2s ease-in-out, margin-left .2s ease-in-out;
@ -106,7 +106,6 @@ export default class App extends Vue {
color: #fff;
&:after {
margin-left: 5%;
width: 90%;
}
}