File tree Expand file tree Collapse file tree 1 file changed +0
-23
lines changed
Expand file tree Collapse file tree 1 file changed +0
-23
lines changed Original file line number Diff line number Diff line change 1414 margin : 0 ;
1515}
1616
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-
4017/* multi column TOC */
4118.contents ul {
4219 list-style-type : none;
You can’t perform that action at this time.
0 commit comments