chore: Adjust primary color of docs and footer links
This commit is contained in:

committed by
Ömer Faruk Aydın

parent
675de79d94
commit
684e3b3ec7
@@ -6,14 +6,14 @@
|
||||
|
||||
/* You can override the default Infima variables here. */
|
||||
:root {
|
||||
--ifm-color-primary: #001F52;
|
||||
--ifm-color-primary-dark: rgb(33, 175, 144);
|
||||
--ifm-color-primary-darker: rgb(31, 165, 136);
|
||||
--ifm-color-primary-darkest: rgb(26, 136, 112);
|
||||
--ifm-color-primary-light: rgb(70, 203, 174);
|
||||
--ifm-color-primary-lighter: rgb(102, 212, 189);
|
||||
--ifm-color-primary-lightest: rgb(146, 224, 208);
|
||||
--ifm-code-font-size: 95%;
|
||||
--ifm-color-primary: #0059f7;
|
||||
--ifm-color-primary-dark: #0050de;
|
||||
--ifm-color-primary-darker: #004cd2;
|
||||
--ifm-color-primary-darkest: #003ead;
|
||||
--ifm-color-primary-light: #1167ff;
|
||||
--ifm-color-primary-lighter: #1d6eff;
|
||||
--ifm-color-primary-lightest: #4286ff;
|
||||
--ifm-code-font-size: 85%;
|
||||
}
|
||||
|
||||
.docusaurus-highlight-code-line {
|
||||
|
Reference in New Issue
Block a user