diff options
| author | George Halkiadakis <gchalkiadakis@sklavenitis.co.gr> | 2023-04-17 12:12:22 +0300 |
|---|---|---|
| committer | George Halkiadakis <gchalkiadakis@sklavenitis.co.gr> | 2023-04-17 12:12:22 +0300 |
| commit | 68fc9e55e538e03f94509731ab41a0c8cf96710f (patch) | |
| tree | 3edb1e81864ac3eb35ba0fe8087ed24da1b812bf /public/assets/css/overides.css | |
| parent | 84b2da85a1b452922dadb6a609533b9945afe51d (diff) | |
| download | classroom-68fc9e55e538e03f94509731ab41a0c8cf96710f.tar.gz classroom-68fc9e55e538e03f94509731ab41a0c8cf96710f.tar.bz2 classroom-68fc9e55e538e03f94509731ab41a0c8cf96710f.zip | |
setup a real server environment (apache DocumentRoot=/var/www/public)
Diffstat (limited to 'public/assets/css/overides.css')
| -rw-r--r-- | public/assets/css/overides.css | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/public/assets/css/overides.css b/public/assets/css/overides.css new file mode 100644 index 0000000..a83045c --- /dev/null +++ b/public/assets/css/overides.css @@ -0,0 +1,34 @@ +:root { + --bs-heading-color: #679; +} + +html, body { font-family: "Roboto Slab", serif; font-weight: 400; } + +.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 { font-weight: 400; }; + +.content { text-align: unset; } + +.form-control { border: 1px solid #7777; } + +.form-label { font-size: .72em; color: var(--bs-heading-color); } + + + + +/* main.min.css */ +.product__img { + /* max-width: 320px; */ + max-width: 240px; +} + +.footer__listLink { + color: #bbb; +} +.footer__listLink:hover { + color: #eee; +} + +.footer__title { + /* color: #4d4d4d; */ + color: #bbb7; +} |
