mirror of
https://github.com/MrXujiang/h5-Dooring.git
synced 2026-01-25 17:08:12 +00:00
💄 更新文档主题色
This commit is contained in:
parent
645e3eb5ba
commit
8912644536
@ -55,7 +55,7 @@ export default {
|
||||
</script>
|
||||
|
||||
<style lang="stylus">
|
||||
$accentColor =#45a612
|
||||
$accentColor =#083ac4
|
||||
$homePageWidth = 1080px
|
||||
.container
|
||||
max-width $homePageWidth
|
||||
|
||||
@ -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;
|
||||
}
|
||||
|
||||
1
doc/.vuepress/theme/styles/palette.styl
Normal file
1
doc/.vuepress/theme/styles/palette.styl
Normal file
@ -0,0 +1 @@
|
||||
$accentColor= #083ac4;
|
||||
Loading…
x
Reference in New Issue
Block a user