From 731e0e98c14cf5fc9c33d6682233d4fe2a187e6f Mon Sep 17 00:00:00 2001 From: Kye Gomez Date: Sat, 15 Jun 2024 13:54:09 -0700 Subject: [PATCH] [CLEANUP] --- docs/assets/css/extra.css | 69 +-------------------------------------- 1 file changed, 1 insertion(+), 68 deletions(-) diff --git a/docs/assets/css/extra.css b/docs/assets/css/extra.css index 111c8729..b3a80eb1 100644 --- a/docs/assets/css/extra.css +++ b/docs/assets/css/extra.css @@ -1,72 +1,5 @@ -/* Set the main background color to black and text color to white */ -body { - background-color: black; - color: white; -} - -/* Customizing headers, navigation, and footer */ -.md-header, .md-nav, .md-footer { - background-color: black; - border-bottom: 2px solid red; /* Red borders */ -} - -.md-main__inner { - background-color: black; -} - -/* Customize links */ -a { - color: red; - text-decoration: none; - border-bottom: 1px solid red; -} - -a:hover { - color: white; - border-bottom: 1px solid white; -} - -/* Code blocks and inline code */ -.md-typeset code, .md-typeset pre { - background-color: #333; - color: red; - border-left: 4px solid red; -} -/* Customize sidebar */ -.md-sidebar { - background-color: black; - border-right: 2px solid red; -} - -/* Customize buttons */ -.md-button { - background-color: red; - color: black; - border: 2px solid red; -} - -.md-button:hover { - background-color: white; - border: 2px solid white; - color: black; -} - -/* Customize tables */ -.md-typeset table { - border: 2px solid red; - background-color: #333; -} - -.md-typeset table th, .md-typeset table td { - border: 1px solid red; -} - -/* Additional styling */ -.md-nav__link:hover, .md-footer__inner { - background-color: red; - color: black; -} +/* Further customization as needed */ .md-typeset__table {