diff --git a/src/DocumentationBrowserViewExtension/Docs/NoContent.html b/src/DocumentationBrowserViewExtension/Docs/NoContent.html index 4a71fe1053d..ef5a4a87e09 100644 --- a/src/DocumentationBrowserViewExtension/Docs/NoContent.html +++ b/src/DocumentationBrowserViewExtension/Docs/NoContent.html @@ -15,72 +15,6 @@ background-color: #353535; padding: 1%; } - - a { - color: lightgray; - cursor: pointer; - background-color: transparent; - } - - hr { - border: none; - border-bottom: 1px solid #545454; - } - - * { - box-sizing: border-box; - } - - .flex-container { - display: flex; - flex-wrap: wrap; - } - - .flex-child1 { - background-color: transparent; - flex-basis: 10%; - } - - .flex-child2 { - background-color: transparent; - flex-basis: 90%; - } - - div { - color: #f5f5f5; - } - - h2 { - color: #f5f5f5; - } - - body { - background-color: #2a2a2a; - } - - a:link { - color: #6dd3ff; - background-color: transparent; - text-decoration: none; - } - - a:visited { - color: pink; - background-color: transparent; - text-decoration: none; - } - - a:hover { - color: red; - background-color: transparent; - text-decoration: underline; - } - - a:active { - color: #6dd3ff; - background-color: transparent; - text-decoration: underline; - }