Skip to content
Snippets Groups Projects

Resolve "Add signup page"

Merged Daniel Göbel requested to merge feature/149-add-signup-page into main
8 files
+ 240
185
Compare changes
  • Side-by-side
  • Inline
Files
8
+ 10
3
@@ -19,10 +19,7 @@
@@ -19,10 +19,7 @@
--vt-c-text-light-2: rgba(60, 60, 60, 0.66);
--vt-c-text-light-2: rgba(60, 60, 60, 0.66);
--vt-c-text-dark-1: var(--vt-c-white);
--vt-c-text-dark-1: var(--vt-c-white);
--vt-c-text-dark-2: rgba(235, 235, 235, 0.64);
--vt-c-text-dark-2: rgba(235, 235, 235, 0.64);
}
/* semantic color variables for this project */
:root {
--color-background: var(--vt-c-white);
--color-background: var(--vt-c-white);
--color-background-soft: var(--vt-c-white-soft);
--color-background-soft: var(--vt-c-white-soft);
--color-background-mute: var(--vt-c-white-mute);
--color-background-mute: var(--vt-c-white-mute);
@@ -34,6 +31,7 @@
@@ -34,6 +31,7 @@
--color-text: var(--vt-c-text-light-1);
--color-text: var(--vt-c-text-light-1);
--section-gap: 160px;
--section-gap: 160px;
 
--color-header: rgb(255, 177, 45)
}
}
*,
*,
@@ -57,10 +55,19 @@ body {
@@ -57,10 +55,19 @@ body {
-moz-osx-font-smoothing: grayscale;
-moz-osx-font-smoothing: grayscale;
}
}
 
footer {
 
background: var(--color-header);
 
}
 
 
header {
 
background: var(--color-header);
 
}
 
[data-bs-theme="dark"] {
[data-bs-theme="dark"] {
--bs-box-shadow: 0 .5rem 1rem rgba(150, 150, 150, .55);
--bs-box-shadow: 0 .5rem 1rem rgba(150, 150, 150, .55);
--bs-box-shadow-sm: 0 .125rem .25rem rgba(150, 150, 150, .475);
--bs-box-shadow-sm: 0 .125rem .25rem rgba(150, 150, 150, .475);
--bs-box-shadow-lg: 0 1rem 3rem rgba(150, 150, 150, .575);
--bs-box-shadow-lg: 0 1rem 3rem rgba(150, 150, 150, .575);
--bs-box-shadow-inset: inset 0 1px 2px rgba(150, 150, 150, .475);
--bs-box-shadow-inset: inset 0 1px 2px rgba(150, 150, 150, .475);
 
--color-header: rgb(204, 129, 0);
}
}
 
\ No newline at end of file
Loading