This commit is contained in:
@@ -1,5 +1,32 @@
|
||||
:root {
|
||||
--pagefind-ui-background: #0e172b;
|
||||
--pagefind-ui-text: white;
|
||||
/* --pagefind-ui-tag: #fd9a00; */
|
||||
/* --pagefind-ui-primary: #fd9a00; */
|
||||
--pagefind-ui-border: #fd9a00;
|
||||
}
|
||||
|
||||
body {
|
||||
font-family: Helvetica;
|
||||
font-family: Avenir;
|
||||
}
|
||||
|
||||
#search {
|
||||
position: relative;
|
||||
top: 0;
|
||||
right: 0;
|
||||
}
|
||||
|
||||
#search input:focus {
|
||||
outline: none;
|
||||
}
|
||||
|
||||
#search .pagefind-ui__drawer {
|
||||
background: #3c3c3c;
|
||||
border: 2px solid #fd9a00;
|
||||
}
|
||||
|
||||
#search .pagefind-ui__message {
|
||||
padding-left: 20px;
|
||||
}
|
||||
|
||||
* {
|
||||
|
||||
Reference in New Issue
Block a user