diff options
| author | George Halkiadakis <gchalkiadakis@sklavenitis.co.gr> | 2023-03-30 05:03:23 +0300 |
|---|---|---|
| committer | George Halkiadakis <gchalkiadakis@sklavenitis.co.gr> | 2023-03-30 05:03:23 +0300 |
| commit | 4f2d900af7636e6744ae14aeeefdf2d6080ac50a (patch) | |
| tree | 1f80775437510591656e6ef13375516226ed27f3 /html/assets/css/overides.css | |
| parent | a16d070c4f8301a8b68220aca6d3573705be9025 (diff) | |
| download | classroom-4f2d900af7636e6744ae14aeeefdf2d6080ac50a.tar.gz classroom-4f2d900af7636e6744ae14aeeefdf2d6080ac50a.tar.bz2 classroom-4f2d900af7636e6744ae14aeeefdf2d6080ac50a.zip | |
several mail options tested; mailhog (fake) mailer is working
Diffstat (limited to 'html/assets/css/overides.css')
| -rw-r--r-- | html/assets/css/overides.css | 13 |
1 files changed, 4 insertions, 9 deletions
diff --git a/html/assets/css/overides.css b/html/assets/css/overides.css index 7c68ad7..a83045c 100644 --- a/html/assets/css/overides.css +++ b/html/assets/css/overides.css @@ -1,3 +1,6 @@ +:root { + --bs-heading-color: #679; +} html, body { font-family: "Roboto Slab", serif; font-weight: 400; } @@ -5,16 +8,13 @@ html, body { font-family: "Roboto Slab", serif; font-weight: 400; } .content { text-align: unset; } -.form-control, -.btn-default { border: 1px solid #7777; } +.form-control { border: 1px solid #7777; } .form-label { font-size: .72em; color: var(--bs-heading-color); } - - /* main.min.css */ .product__img { /* max-width: 320px; */ @@ -32,8 +32,3 @@ html, body { font-family: "Roboto Slab", serif; font-weight: 400; } /* color: #4d4d4d; */ color: #bbb7; } - - -:root { - --bs-heading-color: #679; -} |
