File tree Expand file tree Collapse file tree 2 files changed +23
-6
lines changed Expand file tree Collapse file tree 2 files changed +23
-6
lines changed Original file line number Diff line number Diff line change 27
27
}
28
28
29
29
/* ----------------- Sidebar -----------------*/
30
+
30
31
.sidebar-brand {
31
32
display : flex;
32
33
align-items : center;
55
56
}
56
57
57
58
.clear-button {
58
- background : none;
59
- border : none;
59
+ background : none!important ;
60
+ border : none!important ;
61
+ outline : none!important ;
60
62
}
61
63
62
64
.clear-button > svg {
63
- width : 28px ;
64
- height : 28px ;
65
+ width : 20px !important ;
66
+ height : 20px !important ;
67
+ transform : scale (0.75 )!important ;
68
+ }
69
+
70
+ .clear-button > svg * {
65
71
stroke : var (--accent );
72
+ fill : var (--background )!important ;
73
+ stroke-width : 1px !important ;
74
+ }
75
+
76
+ .results-panel {
77
+ padding : 16px !important ;
78
+ padding-top : 24px !important ;
79
+ }
80
+
81
+ .search .matching-post {
82
+ border-color : var (--borderColor )!important ;
83
+ color : var (--textColor )!important ;
66
84
}
67
85
68
86
/* -------------------- Alerts --------------------*/
Original file line number Diff line number Diff line change @@ -44,7 +44,6 @@ <h3>seashell</h3>
44
44
} ,
45
45
plugins : [
46
46
function ( hook ) {
47
- console . log ( 'footer' )
48
47
var footer = [
49
48
'<hr/>' ,
50
49
'<footer>' ,
@@ -54,7 +53,7 @@ <h3>seashell</h3>
54
53
hook . afterEach ( function ( html ) {
55
54
return html + footer ;
56
55
} ) ;
57
- }
56
+ } ,
58
57
] ,
59
58
darklightTheme : {
60
59
siteFont : "Roboto" ,
You can’t perform that action at this time.
0 commit comments