feat: tweak links style
This commit is contained in:
parent
81a1b9a823
commit
e52d2770f1
|
@ -93,9 +93,9 @@ export default class App extends Vue {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
margin-left: 0%;
|
margin-left: 0%;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: .15rem;
|
height: .1em;
|
||||||
|
|
||||||
background: #3333be;
|
background: #5f50bf;
|
||||||
|
|
||||||
transition: width .2s ease-in-out, margin-left .2s ease-in-out;
|
transition: width .2s ease-in-out, margin-left .2s ease-in-out;
|
||||||
|
|
||||||
|
@ -106,7 +106,6 @@ export default class App extends Vue {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
|
|
||||||
&:after {
|
&:after {
|
||||||
margin-left: 5%;
|
|
||||||
width: 90%;
|
width: 90%;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue