File tree Expand file tree Collapse file tree 3 files changed +30
-5
lines changed Expand file tree Collapse file tree 3 files changed +30
-5
lines changed Original file line number Diff line number Diff line change 98
98
}
99
99
a ,
100
100
a : visited {
101
- color : # 4674bc ;
101
+ /* color: #4674bc; */
102
102
}
103
103
a : hover {
104
104
text-decoration : underline;
Original file line number Diff line number Diff line change 37
37
flex : 0 0 auto;
38
38
width : 15rem ;
39
39
font-weight : 400 ;
40
- z-index : 23400 ;
40
+ z-index : 1900 ;
41
41
}
42
42
43
43
# pages-content {
Original file line number Diff line number Diff line change 1
- .lecture-header {
1
+ .lecture-header {
2
2
background : # 282936 ;
3
3
color : white;
4
4
padding : 1rem ;
7
7
display : block;
8
8
border-radius : 1rem ;
9
9
margin : 1rem ;
10
- }
10
+ }
11
+
12
+ .lecture-header * {
13
+ color : white;
14
+ }
11
15
12
16
.lecture-header ,
13
17
.lecture-header h1 {
39
43
/* max-width: 400px; */
40
44
aspect-ratio : 16 / 9 ;
41
45
flex : 1 1 auto;
42
- }
46
+ }
47
+
48
+ /* modify Pluto's styles to avoid a visual glitch. This will make the header always display fixed at the top. */
49
+
50
+
51
+ body : not (.asdfsdfa ) pluto-editor : not (.asdffdas ) header # pluto-nav {
52
+ position : fixed;
53
+ top : 0 ;
54
+ left : 0 ;
55
+ right : 0 ;
56
+ z-index : 1998 ;
57
+ }
58
+
59
+ /* Another strategy: leave the header in place but make the export menu hidden when it is not opened. */
60
+ /*
61
+ header.show_export aside#export {
62
+ visibility: initial;
63
+ }
64
+
65
+ aside#export {
66
+ visibility: hidden;
67
+ } */
You can’t perform that action at this time.
0 commit comments