From a3eee861692f2a0c90564897f9eefaa70e813547 Mon Sep 17 00:00:00 2001 From: Jordan Wiens Date: Mon, 8 Jan 2024 13:50:10 -0500 Subject: Revert "clarify linux and demo setup" This reverts commit 869785ff2ee9b83731b9f8451f8aa4372d74c31e. --- api-docs/source/_static/css/other.css | 78 ----------------------------------- 1 file changed, 78 deletions(-) (limited to 'api-docs/source/_static') 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; -} -- cgit v1.3.1