mirror of
https://github.com/mfocko/blog.git
synced 2024-11-22 04:53:47 +01:00
feat(css): switch the accent colors
Signed-off-by: Matej Focko <mfocko@redhat.com>
This commit is contained in:
parent
221c46d350
commit
c68cd08576
1 changed files with 15 additions and 18 deletions
|
@ -6,27 +6,24 @@
|
|||
|
||||
/* You can override the default Infima variables here. */
|
||||
:root {
|
||||
--ifm-color-primary: #2e8555;
|
||||
--ifm-color-primary-dark: #29784c;
|
||||
--ifm-color-primary-darker: #277148;
|
||||
--ifm-color-primary-darkest: #205d3b;
|
||||
--ifm-color-primary-light: #33925d;
|
||||
--ifm-color-primary-lighter: #359962;
|
||||
--ifm-color-primary-lightest: #3cad6e;
|
||||
--ifm-code-font-size: 95%;
|
||||
--docusaurus-highlighted-code-line-bg: rgba(0, 0, 0, 0.1);
|
||||
--ifm-color-primary: #1d9bf0;
|
||||
--ifm-color-primary-dark: #0f8ee3;
|
||||
--ifm-color-primary-darker: #0e86d6;
|
||||
--ifm-color-primary-darkest: #0c6eb1;
|
||||
--ifm-color-primary-light: #36a6f2;
|
||||
--ifm-color-primary-lighter: #43acf3;
|
||||
--ifm-color-primary-lightest: #69bcf5;
|
||||
}
|
||||
|
||||
/* For readability concerns, you should choose a lighter palette in dark mode. */
|
||||
[data-theme="dark"] {
|
||||
--ifm-color-primary: #25c2a0;
|
||||
--ifm-color-primary-dark: #21af90;
|
||||
--ifm-color-primary-darker: #1fa588;
|
||||
--ifm-color-primary-darkest: #1a8870;
|
||||
--ifm-color-primary-light: #29d5b0;
|
||||
--ifm-color-primary-lighter: #32d8b4;
|
||||
--ifm-color-primary-lightest: #4fddbf;
|
||||
--docusaurus-highlighted-code-line-bg: rgba(0, 0, 0, 0.3);
|
||||
[data-theme='dark'] {
|
||||
--ifm-color-primary: #1d9bf0;
|
||||
--ifm-color-primary-dark: #0f8ee3;
|
||||
--ifm-color-primary-darker: #0e86d6;
|
||||
--ifm-color-primary-darkest: #0c6eb1;
|
||||
--ifm-color-primary-light: #36a6f2;
|
||||
--ifm-color-primary-lighter: #43acf3;
|
||||
--ifm-color-primary-lightest: #69bcf5;
|
||||
}
|
||||
|
||||
pre, code, kbd, var, tt {
|
||||
|
|
Loading…
Reference in a new issue