Skip to content

Commit f87efb9

Browse files
committed
rm: header specific styles
1 parent e894289 commit f87efb9

File tree

1 file changed

+0
-27
lines changed

1 file changed

+0
-27
lines changed

docs/book/theme/css/custom.css

Lines changed: 0 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,3 @@
11
.menu-title img {
22
vertical-align: bottom;
33
}
4-
5-
#notice-bar {
6-
background: var(--bg);
7-
padding: 1em;
8-
margin-left: calc(-1 * var(--page-padding));
9-
margin-right: calc(-1 * var(--page-padding));
10-
margin-bottom: 1em;
11-
12-
border-bottom: 1px solid var(--table-border-color);
13-
box-shadow: 0 1px 5px 0 var(--table-border-color);
14-
}
15-
16-
#notice-bar * {
17-
color: var(--fg);
18-
}
19-
20-
#notice-bar a {
21-
text-decoration: none;
22-
}
23-
24-
#notice-bar a:not(.header) {
25-
color: var(--links);
26-
}
27-
28-
#notice-bar h2 {
29-
margin-top: 0;
30-
}

0 commit comments

Comments
 (0)