mirror of
https://github.com/MrXujiang/h5-Dooring.git
synced 2026-01-26 01:19:42 +00:00
💄 更新文档主题色
This commit is contained in:
parent
645e3eb5ba
commit
8912644536
@ -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
|
||||||
|
|||||||
@ -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;
|
||||||
}
|
}
|
||||||
|
|||||||
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