Skip to content

Commit b1e2de6

Browse files
committed
css: Adjust pagefind UI colours
We put the search bar in the header, so it should match the colours there, or things won't work properly. Signed-off-by: Toke Høiland-Jørgensen <[email protected]>
1 parent d5fbf66 commit b1e2de6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

static/css/custom.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
body {
22
margin-top: 75px; /* 100px is double the height of the navbar - I made it a big larger for some more space - keep it at 50px at least if you want to use the fixed top nav */
33
--pagefind-ui-scale: 0.65;
4+
--pagefind-ui-background: #222;
5+
--pagefind-ui-text: #fff;
6+
--pagefind-ui-primary: #fff;
47
}
58

69
footer {

0 commit comments

Comments
 (0)