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

Verified

This commit was signed with the committer’s verified signature.
navidkpr Navid Pour
1 parent 3c079b7 commit c69649b
Showing 1 changed file with 15 additions and 3 deletions.
18 changes: 15 additions & 3 deletions docs-2.0-zh/stylesheets/extra.css
Original file line number Diff line number Diff line change
@@ -9,9 +9,21 @@ div.md-version {

/*自定义announce banner的字体和背景颜色*/
aside.md-banner {
color: rgba(0, 0, 0, 0.714);
background-color: rgba(169, 241, 62, 0.541);
}
color: rgba(0, 0, 0, 0.714);
background-color: rgba(146, 228, 24, 0.541);
}

/* 自定义 annnoucement bar 和 outdate 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);
}


/* 黑夜主题色 */
:root{

0 comments on commit c69649b

Please sign in to comment.