summaryrefslogtreecommitdiff
path: root/html/content/css/overides.css
diff options
context:
space:
mode:
Diffstat (limited to 'html/content/css/overides.css')
-rw-r--r--html/content/css/overides.css18
1 files changed, 18 insertions, 0 deletions
diff --git a/html/content/css/overides.css b/html/content/css/overides.css
new file mode 100644
index 0000000..2019468
--- /dev/null
+++ b/html/content/css/overides.css
@@ -0,0 +1,18 @@
+
+/* 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;
+}