Adapted themings to allow for light and dark

This commit is contained in:
2025-02-01 13:00:02 +00:00
parent 3c900a9aef
commit be1bd54fb9
7 changed files with 64 additions and 34 deletions
+3 -3
View File
@@ -10,10 +10,10 @@
<style>
.main-card {
background-color: var(--bg-grad);
background-color: var(--bg-secondary);
border-radius: 1em;
padding: .2em 2em 2em 2em;
box-shadow: .5em .5em .5em var(--purple);
box-shadow: .5em .5em .5em var(--glow);
}
.flex-container {
@@ -26,7 +26,7 @@
height: 8em;
width: 8em;
padding: 1em 1em 1em 1em;
border: .5em solid var(--bg-grad);
border: .5em solid var(--bg-grad-3);
}
.about {