We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
:root{ --MAIN-TEXT-color:#f8f8f2; /* Color of text by default */ --MAIN-BG-color: #44475a;
body { color: var(--MAIN-TEXT-color) !important; background: var(--MAIN-BG-color) url("img_tree.gif") no-repeat fixed center; }
fied by
h1, h2, h3, h4, h5 { color: var(--MAIN-TITLES-TEXT-color) !important; }
Or by adding a seperatevalue both in vars and in h1{color:var()}
fixed by
#top-bar { background-color: var(--MENU-SEARCH-BG-color) }
The text was updated successfully, but these errors were encountered:
nav: fix left/right navigation for horizontal scrolling matcornic#435
05b31c1
No branches or pull requests
While trying to create a dracula theme i ran into some issues.
normal background is missing. the fix for this is
Page Title colour is missing
fied by
Or by adding a seperatevalue both in vars and in h1{color:var()}
The top navlink bg colour is missing.
fixed by
Mermaid theming / colours are missing.
theming options are hard for me to figure out.The text was updated successfully, but these errors were encountered: