File tree 1 file changed +0
-23
lines changed
1 file changed +0
-23
lines changed Original file line number Diff line number Diff line change 14
14
margin : 0 ;
15
15
}
16
16
17
- /* Make announcement an error colour for unreleased documentation, and sticky. */
18
- # unreleased-message .bd-header-announcement {
19
- border-bottom : solid var (--pst-color-danger-highlight );
20
- color : var (--pst-color-danger-text );
21
- font-weight : var (--pst-admonition-font-weight-heading );
22
- position : sticky;
23
- top : 0 ;
24
- z-index : 1050 ;
25
- }
26
-
27
- # unreleased-message .bd-header-announcement : after {
28
- background-color : var (--pst-color-danger );
29
- opacity : 1 ;
30
- }
31
-
32
- # unreleased-message .bd-header-announcement a {
33
- color : var (--pst-color-danger-text );
34
- }
35
-
36
- # unreleased-message .bd-header-announcement + .bd-navbar {
37
- top : 3rem ; /* Minimum height of announcement header. */
38
- }
39
-
40
17
/* multi column TOC */
41
18
.contents ul {
42
19
list-style-type : none;
You can’t perform that action at this time.
0 commit comments