Adapted themings to allow for light and dark
This commit is contained in:
+3
-3
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user