mirror of
https://github.com/tylernguyen/wiki.git
synced 2025-02-05 08:23:14 -06:00
chore: simpleicon color definitions in its own css file
This commit is contained in:
parent
3e55832b5c
commit
6b01d0bea6
2 changed files with 6 additions and 38 deletions
|
@ -1,39 +1,3 @@
|
|||
.foreground {
|
||||
color: var(--md-default-fg-color);
|
||||
}
|
||||
|
||||
.solarized-yellow {
|
||||
color: #b58900;
|
||||
}
|
||||
|
||||
.solarized-orange {
|
||||
color: #cb4b16;
|
||||
}
|
||||
|
||||
.solarized-red {
|
||||
color: #dc322f;
|
||||
}
|
||||
|
||||
.solarized-magenta {
|
||||
color: #d33682;
|
||||
}
|
||||
|
||||
.solarized-violet {
|
||||
color: #6c71c4;
|
||||
}
|
||||
|
||||
.solarized-blue {
|
||||
color: #268bd2;
|
||||
}
|
||||
|
||||
.solarized-cyan {
|
||||
color: #2aa198;
|
||||
}
|
||||
|
||||
.solarized-green {
|
||||
color: #859900;
|
||||
}
|
||||
|
||||
.americanexpress {
|
||||
color: #2E77BC;
|
||||
}
|
||||
|
@ -302,6 +266,10 @@
|
|||
color: #F15A2C;
|
||||
}
|
||||
|
||||
.valorant {
|
||||
color: #FA4454;
|
||||
}
|
||||
|
||||
.visualstudiocode {
|
||||
color: #007acc;
|
||||
}
|
|
@ -128,7 +128,7 @@ extra:
|
|||
extra_css:
|
||||
- stylesheets/solarized.css
|
||||
- stylesheets/fonts.css
|
||||
- stylesheets/colors.css
|
||||
- stylesheets/simpleicons.css
|
||||
- https://unpkg.com/katex@0/dist/katex.min.css
|
||||
|
||||
extra_javascript:
|
||||
|
@ -190,7 +190,7 @@ plugins:
|
|||
css_files:
|
||||
- stylesheets/solarized.css
|
||||
- stylesheets/fonts.css
|
||||
- stylesheets/colors.css
|
||||
- stylesheets/simpleicons.css
|
||||
|
||||
# ANCHOR Markdown Extensions
|
||||
markdown_extensions:
|
||||
|
|
Loading…
Reference in a new issue