💄 更新文档主题色

This commit is contained in:
RalapChen 2021-02-18 23:55:14 +08:00
parent 645e3eb5ba
commit 8912644536
3 changed files with 6 additions and 3 deletions

View File

@ -55,7 +55,7 @@ export default {
</script>
<style lang="stylus">
$accentColor =#45a612
$accentColor =#083ac4
$homePageWidth = 1080px
.container
max-width $homePageWidth

View File

@ -1,3 +1,5 @@
$accentColor: #083ac4;
.nav-link.external {
.outbound {
display: none;
@ -6,8 +8,8 @@
.nav-link.external:last-child {
color: #fff;
background-color: #67c23a;
border-color: #67c23a;
background-color: $accentColor;
border-color: $accentColor;
padding: 6px 14px;
border-radius: 4px;
}

View File

@ -0,0 +1 @@
$accentColor= #083ac4;