Home / File/ overrides.css — supermodel-api-docs Source File

overrides.css — supermodel-api-docs Source File

Architecture documentation for overrides.css, a css file in the supermodel-api-docs codebase.

Entity Profile

Source Code

:root {
  --bg-dark: #000000 !important;
  --bg-default: #000000 !important;
  --bg-background-dark: #000000 !important;
}

html.dark, body.dark, .dark {
  background-color: #000000 !important;
  --tw-ring-offset-color: #000000 !important;
}

.dark .bg-background-dark {
  background-color: #000000 !important;
}

.dark .bg-background-light {
  background-color: #000000 !important;
}

.dark main {
  background-color: #000000 !important;
}

.dark nav, .dark aside {
  background-color: #000000 !important;
  border-right-color: #1F1F1F !important;
}
:root {
  --bg-dark: #000000 !important;
  --bg-default: #000000 !important;
  --bg-background-dark: #000000 !important;
}

html.dark, body.dark, .dark {
  background-color: #000000 !important;
  --tw-ring-offset-color: #000000 !important;
}

/* Force black on all major layout containers */
.dark .bg-background-dark {
  background-color: #000000 !important;
}

.dark .bg-background-light {
  background-color: #000000 !important;
}

/* HEADER - NUCLEAR OPTION FOR NO TRANSLUCENCY */
.dark header, 
.dark header.sticky, 
.dark .sticky {
  background-color: #000000 !important;
  background: #000000 !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  border-bottom: 1px solid #1F1F1F !important;
  box-shadow: none !important;
  opacity: 1 !important;
  transition: none !important; /* Kill transitions that might fade opacity */
}
// ... (76 more lines)

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free