Skip to content

Commit

Permalink
rm: header specific styles
Browse files Browse the repository at this point in the history
  • Loading branch information
ashutosh887 committed May 1, 2023
1 parent e894289 commit f87efb9
Showing 1 changed file with 0 additions and 27 deletions.
27 changes: 0 additions & 27 deletions docs/book/theme/css/custom.css
Original file line number Diff line number Diff line change
@@ -1,30 +1,3 @@
.menu-title img {
vertical-align: bottom;
}

#notice-bar {
background: var(--bg);
padding: 1em;
margin-left: calc(-1 * var(--page-padding));
margin-right: calc(-1 * var(--page-padding));
margin-bottom: 1em;

border-bottom: 1px solid var(--table-border-color);
box-shadow: 0 1px 5px 0 var(--table-border-color);
}

#notice-bar * {
color: var(--fg);
}

#notice-bar a {
text-decoration: none;
}

#notice-bar a:not(.header) {
color: var(--links);
}

#notice-bar h2 {
margin-top: 0;
}

0 comments on commit f87efb9

Please sign in to comment.