We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e894289 commit f87efb9Copy full SHA for f87efb9
docs/book/theme/css/custom.css
@@ -1,30 +1,3 @@
1
.menu-title img {
2
vertical-align: bottom;
3
}
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