Skip to content

Commit

Permalink
change announce bar height
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisChen2023 committed Dec 28, 2023
1 parent 0b7ce74 commit 5f5c824
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion docs-2.0/stylesheets/extra.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,18 @@ div.md-version {
/*自定义announce banner的字体和背景颜色*/
aside.md-banner {
color: rgba(0, 0, 0, 0.714);
background-color: rgba(169, 241, 62, 0.541);
background-color: rgba(146, 228, 24, 0.541);
}

/* 自定义 annnoucement bar的height */
div.md-banner__inner {
margin: 0.2rem auto;
}

/* 自定义 outdated bar 的颜色 */
aside.md-banner--warning {
color: rgba(0, 0, 0, 0.714);
background-color: rgba(146, 228, 24, 0.541);
}

/* 黑夜主题色 */
Expand Down

0 comments on commit 5f5c824

Please sign in to comment.