From 68fc9e55e538e03f94509731ab41a0c8cf96710f Mon Sep 17 00:00:00 2001 From: George Halkiadakis Date: Mon, 17 Apr 2023 12:12:22 +0300 Subject: setup a real server environment (apache DocumentRoot=/var/www/public) --- html/assets/css/overides.css | 34 ---------------------------------- 1 file changed, 34 deletions(-) delete mode 100644 html/assets/css/overides.css (limited to 'html/assets/css/overides.css') diff --git a/html/assets/css/overides.css b/html/assets/css/overides.css deleted file mode 100644 index a83045c..0000000 --- a/html/assets/css/overides.css +++ /dev/null @@ -1,34 +0,0 @@ -: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; -} -- cgit v1.2.3