diff options
| author | Jordan Wiens <jordan@psifertex.com> | 2024-01-08 13:50:10 -0500 |
|---|---|---|
| committer | Jordan Wiens <jordan@psifertex.com> | 2024-01-08 13:50:10 -0500 |
| commit | a3eee861692f2a0c90564897f9eefaa70e813547 (patch) | |
| tree | eadfacdd79343930dcefd52566e8bf78c679a834 /api-docs/source/_static/css | |
| parent | 5e08d0b323e05642783808d22f3e21d3dfbb5ee2 (diff) | |
Revert "clarify linux and demo setup"
This reverts commit 869785ff2ee9b83731b9f8451f8aa4372d74c31e.
Diffstat (limited to 'api-docs/source/_static/css')
| -rw-r--r-- | api-docs/source/_static/css/other.css | 78 |
1 files changed, 0 insertions, 78 deletions
diff --git a/api-docs/source/_static/css/other.css b/api-docs/source/_static/css/other.css index b0498fc6..cb820486 100644 --- a/api-docs/source/_static/css/other.css +++ b/api-docs/source/_static/css/other.css @@ -1,8 +1,6 @@ -/* .wy-nav-content { max-width: 2000px !important; } -*/ .cpplink, .cpplink a, .cpplink a:visited{ color: #fff; @@ -16,79 +14,3 @@ .colon { display: none !important; } - - -.toctree-l1 a:visited, -.toctree-l1 a:hover, -.toctree-l1 a { - color: #ccc; -} - -.wy-nav-top { - background-color: #d73726 !important; - color: #fff !important; -} - -.wy-nav-top a:visited, -.wy-nav-top a:hover, -.wy-nav-top a, -.wy-side-nav-search a:visited, -.wy-side-nav-search a:hover, -.wy-side-nav-search a { - color: #fff; -} - -.md-header { - background-color: #d73726; -} - -.md-tabs { - background-color: #d73726; - color: #ffffff; -} - -.headerlink, -.md-typeset a, -.md-nav__link, -.md-nav__item { - color: #d73726; -} - -a.md-tabs__link, -a.md_tabs__link:visited { - color: #ffffff; -} - -.md_tabs__link:hover { - color: #cccccc; -} - -.headerlink:hover, -.md-typeset a:hover, -.md-nav__link:hover, -.md-nav__item:hover { - color: #000000; -} - -.md-source, -.md-source:visited, -.md-header__button, -.md-header__button:visited { - color: #ffffff; -} - -.md-grid { - max-width: 85%; -} - -/* TODO: Cleanup above hacks and replace with fully theme-aware code like below. */ - -[data-md-color-scheme="binja"] { - --md-primary-fg-color: #d73726; - --md-primary-bg-color: #ffffff; - --md-primary-fg-color--light: #ECB7B7; - --md-primary-fg-color--dark: #990000; - --md-code-fg-color: rgb(215, 55, 38); - --md-code-bg-color: hsla(0, 0%, 96%, 1); - --md-typeset-a-color: #000000; -} |
