diff --git a/docs/assets/css/custom.scss b/docs/assets/css/custom.scss deleted file mode 100644 index dac3fe4..0000000 --- a/docs/assets/css/custom.scss +++ /dev/null @@ -1,76 +0,0 @@ ---- ---- - -// Custom styles for the MITRE CAC Builder documentation -@import "./color_schemes/dark"; - -// Add your custom SASS styles here -.site-logo { - width: 100%; - height: auto; - max-width: 250px; -} - -// Improve code block contrast in dark mode -.highlight { - background-color: #2d2d2d; - - .c1 { color: #75715e; } // comments - .s1, .s2 { color: #a6e22e; } // strings - .k, .kd { color: #66d9ef; } // keywords - .nb { color: #f8f8f2; } // built-in names - .nf { color: #a6e22e; } // function names - .o { color: #f92672; } // operators -} - -// Improve link visibility in dark mode -a { - &:not(.btn) { - background-image: linear-gradient(transparent 1px, var(--link-color) 1px); - background-position: 0 100%; - background-repeat: repeat-x; - background-size: 1px 2px; - text-decoration: none; - - &:hover { - background-image: linear-gradient(transparent 1px, var(--link-color-hover) 1px); - } - } -} - -// Improve table styling -table { - th { - background-color: #2d2d2d; - } - - tr:nth-child(odd) { - background-color: #333; - } - - tr:nth-child(even) { - background-color: #3a3a3a; - } -} - -// Add a border to images to help them stand out against dark backgrounds -img:not(.site-logo) { - border: 1px solid #555; - border-radius: 4px; -} - -// Improve callouts and notes -blockquote { - background-color: #2d2d2d; - border-left: 4px solid var(--link-color); - padding: 0.5em 1em; - margin-left: 0; - - p:first-child { - margin-top: 0; - } - - p:last-child { - margin-bottom: 0; - } -} \ No newline at end of file