💄 更新文档主题色

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> </script>
<style lang="stylus"> <style lang="stylus">
$accentColor =#45a612 $accentColor =#083ac4
$homePageWidth = 1080px $homePageWidth = 1080px
.container .container
max-width $homePageWidth max-width $homePageWidth

View File

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

View File

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