diff --git a/docs/stylesheets/colors.css b/docs/stylesheets/simpleicons.css similarity index 86% rename from docs/stylesheets/colors.css rename to docs/stylesheets/simpleicons.css index 3c2b147..d4f950b 100755 --- a/docs/stylesheets/colors.css +++ b/docs/stylesheets/simpleicons.css @@ -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; } diff --git a/mkdocs.yml b/mkdocs.yml index 79ae061..da61bc3 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -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: