Skip to content
Snippets Groups Projects
Commit a79cf7d4 authored by Antoine Roy's avatar Antoine Roy
Browse files

try to fix problem css on blog and doc part

parent 90eb2c3c
No related branches found
No related tags found
No related merge requests found
Pipeline #1574 passed
......@@ -29,6 +29,7 @@
.nav-item a:hover{
color: $tetra-green;
}
a{
color: $tetra-green
}
......
......@@ -8,3 +8,12 @@ $tetra-green : #5a8264;
// Dark mode
$tetra-green : #5a8264;
// Put your custom SCSS variables here
// Light mode
$primary: #5a8264; // affects ToC links only, though `$link-color: $primary;`
$link-color: #5a8264; // affects other links, except primary button variants
// Dark mode
$link-color-dark: #5a8264; // affect all links, except primary button variants
$button-color-dark: $link-color-dark; // affects primary button variants
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment