chore: fix docs site font css custom props
This commit is contained in:
parent
dcabda2d65
commit
eb61cbfed2
1 changed files with 6 additions and 0 deletions
|
|
@ -18,4 +18,10 @@ html {
|
|||
|
||||
/* search colors*/
|
||||
--rocket-search-highlight-color: #2c3e50;
|
||||
|
||||
--text-color: black;
|
||||
--primary-font-family: 'Open Sans', sans-serif;
|
||||
--secondary-font-family: 'Montserrat', sans-serif;
|
||||
--monospace-font-family: 'SFMono-Regular', 'Consolas', 'Liberation Mono', 'Menlo', 'Courier',
|
||||
monospace;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue