Skip to content
Snippets Groups Projects
Commit a56bdd76 authored by Martin Lange's avatar Martin Lange
Browse files

adjust primary and secondary colors for logo colors

parent a6786d0d
No related branches found
No related tags found
1 merge request!139Adjust theme colors for logo colors
Pipeline #123928 passed with stages
in 3 minutes and 21 seconds
:root {
--pst-sidebar-secondary: 22rem;
--pst-sidebar-secondary: 22rem;
}
html[data-theme=dark] {
--pst-color-primary: rgb(0, 100, 176);
--pst-color-link: rgb(40, 134, 204);
--pst-color-secondary: rgb(255, 166, 0);
}
html[data-theme=light] {
--pst-color-primary: rgb(0, 90, 160);
--pst-color-secondary: rgb(255, 166, 0);
}
.navbar-nav li a:focus,
.navbar-nav li a:hover,
.navbar-nav li.current>a,
nav.bd-links li>a:hover {
color: var(--pst-color-link);
}
.bd-page-width {
max-width: 95rem;
}
.bd-page-width {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment