File tree Expand file tree Collapse file tree 1 file changed +16
-8
lines changed
Expand file tree Collapse file tree 1 file changed +16
-8
lines changed Original file line number Diff line number Diff line change @@ -21,12 +21,8 @@ body {
2121}
2222
2323.content {
24- margin-bottom : 1em ;
25- margin-left : 1em ;
26- margin-right : 1em ;
27- margin-top : 1em ;
28- padding-bottom : 4em ;
29- padding-top : 2em ;
24+ margin : 1em ;
25+ padding : 2em 0 4em ;
3026}
3127
3228h1 {
4743 padding : 0 ;
4844 width : 100% ;
4945 position : sticky;
50- top : 0 px ;
46+ top : 0 ;
5147 backdrop-filter : blur (12px );
5248 z-index : 9999 ;
5349}
8682
8783.view-switcher a : hover ,
8884.view-switcher a : focus {
89- background-color : rgba (124 , 127 , 147 , 0.3 );
85+ background-color : rgba (124 , 127 , 147 , 0.3 );
9086 border-radius : 0.375rem ;
9187}
9288
9389.view-switcher .current {
9490 background-color : rgb (201 , 207 , 219 , 0.5 );
9591 border-radius : 0.375rem ;
9692}
93+
94+ body > footer {
95+ background-color : var (--ctp-frappe-base );
96+ color : var (--ctp-frappe-text );
97+ flex-basis : auto;
98+ flex-grow : 0 ;
99+ flex-shrink : 0 ;
100+ line-height : 4em ;
101+ padding : 1rem 1rem 0 ;
102+ text-align : center;
103+ width : 100% ;
104+ }
You can’t perform that action at this time.
0 commit comments