mirror of
https://github.com/BBaoVanC/bobatheme.git
synced 2025-08-08 00:31:36 -05:00
Import remaining template and styling code from bbaovanc.com
It's probably better structure-wise to have it all consolidated in bobatheme. Then bbaovanc.com is only concerned about content, not stuff that I declared to be specific to my site. This came from when I had multiple sites running bobatheme in the background, so now it's just an arbitrary, legacy distinction. Fixes #86
This commit is contained in:
9
assets/css/search.css
Normal file
9
assets/css/search.css
Normal file
@@ -0,0 +1,9 @@
|
||||
/* put on body so it overrides the defaults set in :root by pagefind.css */
|
||||
body {
|
||||
/* https://pagefind.app/docs/ui-usage/#customising-the-styles */
|
||||
--pagefind-ui-background: var(--background-1);
|
||||
--pagefind-ui-border: var(--background-2);
|
||||
--pagefind-ui-primary: var(--link-0);
|
||||
--pagefind-ui-tag: var(--background-1);
|
||||
--pagefind-ui-text: var(--text-1);
|
||||
}
|
Reference in New Issue
Block a user