Revert "Add theme URL param and adjust cpd theme based on it."

This reverts commit f613b17824.
This commit is contained in:
Timo K
2024-02-21 21:45:11 +01:00
parent f613b17824
commit 30b3ba302e
5 changed files with 46 additions and 80 deletions

View File

@@ -56,6 +56,10 @@ limitations under the License.
--cpd-color-border-accent: var(--cpd-color-green-1100);
--stopgap-color-on-solid-accent: var(--cpd-color-text-primary);
--stopgap-background-85: rgba(16, 19, 23, 0.85);
background-size: calc(max(1440px, 100vw)) calc(max(800px, 100vh));
background-repeat: no-repeat;
background-position: center;
}
@font-face {
@@ -148,9 +152,6 @@ limitations under the License.
body {
background-color: var(--cpd-color-bg-canvas-default);
background-size: calc(max(1440px, 100vw)) calc(max(800px, 100vh));
background-repeat: no-repeat;
background-position: center;
color: var(--cpd-color-text-primary);
color-scheme: dark;
margin: 0;