/* assets/file.css */@layer overrides{:root{--custom-dark-text:#dff2dc;--custom-dark-background:#040903;--custom-dark-primary:#0a7f00;--custom-dark-secondary:#2f8381;--custom-dark-accent:#5fa5c5;}html.dark.axo{--highlight-color:var(--custom-dark-secondary) !important;--dark-link-color:var(--custom-dark-accent) !important;}html.dark.axo .repo_banner,html.axo footer{background:-webkit-linear-gradient(left,var(--custom-dark-primary),var(--custom-dark-secondary),var(--custom-dark-accent)) !important;}html.dark.axo h1.title{background:-webkit-linear-gradient(left,var(--custom-dark-primary),var(--custom-dark-secondary),var(--custom-dark-accent)) !important;background-clip:text !important;}}