Skip to content

Commit 5001a72

Browse files
committed
Fix styles
1 parent 6b7c696 commit 5001a72

File tree

2 files changed

+23
-6
lines changed

2 files changed

+23
-6
lines changed

css/custom.css

Lines changed: 22 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
}
2828

2929
/* ----------------- Sidebar -----------------*/
30+
3031
.sidebar-brand {
3132
display: flex;
3233
align-items: center;
@@ -55,14 +56,31 @@
5556
}
5657

5758
.clear-button {
58-
background: none;
59-
border: none;
59+
background: none!important;
60+
border: none!important;
61+
outline: none!important;
6062
}
6163

6264
.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 * {
6571
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;
6684
}
6785

6886
/* -------------------- Alerts --------------------*/

index.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ <h3>seashell</h3>
4444
},
4545
plugins: [
4646
function(hook) {
47-
console.log('footer')
4847
var footer = [
4948
'<hr/>',
5049
'<footer>',
@@ -54,7 +53,7 @@ <h3>seashell</h3>
5453
hook.afterEach(function(html) {
5554
return html + footer;
5655
});
57-
}
56+
},
5857
],
5958
darklightTheme: {
6059
siteFont : "Roboto",

0 commit comments

Comments
 (0)