@@ -77,9 +77,13 @@ a, a:hover, a:focus {
77
77
min-width : 250px ;
78
78
max-width : 250px ;
79
79
background : #3f3f3f ;
80
- color : #fff ;
80
+ color : #ffffff !important ;
81
81
transition : all 0.6s cubic-bezier (0.945 , 0.020 , 0.270 , 0.665 );
82
82
transform-origin : bottom left ;
83
+ text-decoration : none ;
84
+ -webkit-text-fill-color : #ffffff ;
85
+ -webkit-opacity : 1 ;
86
+
83
87
}
84
88
85
89
#footer {
@@ -101,15 +105,55 @@ a, a:hover, a:focus {
101
105
transform : translateX (-250 );
102
106
}
103
107
108
+ #sidebar .sidebar-title {
109
+ margin : 30px ;
110
+ text-align : center ;
111
+ color : inherit ;
112
+ text-decoration : inherit ;
113
+ -webkit-text-fill-color : inherit ;
114
+ -webkit-opacity : inherit ;
115
+ }
116
+
104
117
#sidebar .sidebar-header {
105
118
padding-top : 20px ;
106
119
padding-left : 20px ;
107
120
padding-bottom : 0px ;
108
- background : #3f3f3f ;
121
+ color : inherit ;
122
+ text-decoration : inherit ;
123
+ -webkit-text-fill-color : inherit ;
124
+ -webkit-opacity : inherit ;
109
125
}
110
126
111
127
#sidebar .sidebar-section {
112
128
background : #1f1f1f ;
129
+ color : inherit ;
130
+ text-decoration : inherit ;
131
+ -webkit-text-fill-color : inherit ;
132
+ -webkit-opacity : inherit ;
133
+ }
134
+
135
+ #sidebar .sidebar-item {
136
+ background : #2f2f2f ;
137
+ color : inherit ;
138
+ text-decoration : inherit ;
139
+ -webkit-text-fill-color : inherit ;
140
+ -webkit-opacity : inherit ;
141
+ }
142
+
143
+ #sidebar .sidebar-sub-menu {
144
+ background : #1f1f1f ;
145
+ color : inherit ;
146
+ text-decoration : inherit ;
147
+ -webkit-text-fill-color : inherit ;
148
+ -webkit-opacity : inherit ;
149
+ }
150
+
151
+ #sidebar .sidebar-sub-item {
152
+ background : #3f3f3f ;
153
+ color : inherit ;
154
+ text-decoration : inherit ;
155
+ -webkit-text-fill-color : inherit ;
156
+ -webkit-opacity : inherit ;
113
157
}
114
158
115
159
#sidebar ul .components {
@@ -126,9 +170,9 @@ a, a:hover, a:focus {
126
170
font-size : 1.1em ;
127
171
display : block ;
128
172
}
129
- #sidebar ul li a :hover {
173
+ #sidebar a :hover {
130
174
color : #3f3f3f ;
131
- background : #fff ;
175
+ background : #9f9f9f ;
132
176
}
133
177
134
178
#sidebar ul li .active > a , a [aria-expanded = " true" ] {
@@ -271,11 +315,15 @@ a.article, a.article:hover {
271
315
#search-doc {
272
316
left : -2% ;
273
317
}
318
+ #footer {
319
+ visibility : visible ;
320
+ }
274
321
}
275
322
276
- a .sidebar-title {
277
- margin : 30px ;
278
- text-align : center ;
323
+ @media (max-width : 992px ) {
324
+ #footer {
325
+ visibility : hidden ;
326
+ }
279
327
}
280
328
281
329
.highlighter-rouge .highlight {
@@ -286,6 +334,3 @@ a.sidebar-title {
286
334
height : 100% ;
287
335
}
288
336
289
-
290
-
291
-
0 commit comments