Try adding black hole background
This commit is contained in:
2025-12-06 13:49:52 +01:00
parent 59b23586bc
commit 4e91349a59
4 changed files with 1153 additions and 0 deletions
+14
View File
@@ -88,7 +88,21 @@ input:focus, select:focus {
border-color: transparent;
}
ul {
list-style: none;
padding: 0;
}
.shader-theme {
--primary-bg: transparent; /* Let the shader show through */
--secondary-bg: rgba(0, 0, 0, 0.7); /* Translucent cards */
--secondary-alt-bg: rgba(20, 20, 20, 0.6); /* Translucent inputs */
--tertiary-bg: rgba(40, 40, 40, 0.8);
--border-color: rgba(255, 255, 255, 0.15);
--text-color: #ffffff;
}
.shader-theme body {
background-color: transparent;
}