From e52d2770f1a3e2aae1784a6461e6b6a8566e8044 Mon Sep 17 00:00:00 2001 From: xdrm-brackets Date: Tue, 22 Nov 2022 13:32:39 +0100 Subject: [PATCH] feat: tweak links style --- src/App.vue | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/App.vue b/src/App.vue index 1226294..299326e 100644 --- a/src/App.vue +++ b/src/App.vue @@ -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%; } }