mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2025-01-15 13:17:53 -08:00
docs: adjust colors with correct class
This commit is contained in:
parent
ca38108af2
commit
9a18590107
|
@ -159,14 +159,28 @@ p.hero__subtitle {
|
|||
color: white;
|
||||
}
|
||||
|
||||
a.getStarted_src-pages-styles-module {
|
||||
a.getStarted_Sjon {
|
||||
color: white;
|
||||
}
|
||||
|
||||
[data-theme="light"] .themedImage_ToTc {
|
||||
filter: invert(0%) sepia(8%) saturate(2885%) hue-rotate(67deg) brightness(84%) contrast(87%);
|
||||
}
|
||||
|
||||
[data-theme="dark"] .themedImage_ToTc {
|
||||
filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(226deg) brightness(102%) contrast(101%);
|
||||
}
|
||||
|
||||
/* Dev settings */
|
||||
|
||||
[data-theme="dark"] .themedImage_node_modules-\@docusaurus-theme-classic-lib-theme-ThemedImage-styles-module {
|
||||
filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(226deg) brightness(102%) contrast(101%);
|
||||
}
|
||||
|
||||
[data-theme="light"] .themedImage_node_modules-\@docusaurus-theme-classic-lib-theme-ThemedImage-styles-module {
|
||||
filter: invert(0%) sepia(8%) saturate(2885%) hue-rotate(67deg) brightness(84%) contrast(87%);
|
||||
}
|
||||
|
||||
[data-theme="dark"] .themedImage_node_modules-\@docusaurus-theme-classic-lib-theme-ThemedImage-styles-module {
|
||||
filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(226deg) brightness(102%) contrast(101%);
|
||||
a.getStarted_src-pages-styles-module {
|
||||
color: white;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue