From dbbefa7e5777267eebd538be707107c0572ce0d0 Mon Sep 17 00:00:00 2001 From: Tom Teichler <tom.teichler@teckids.org> Date: Thu, 16 Apr 2020 15:50:05 +0200 Subject: [PATCH] COlor button --- static/css/style.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/static/css/style.css b/static/css/style.css index 756f487..435a9ee 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -173,4 +173,8 @@ time.icon span { .button-wrapper { text-align: center; -} \ No newline at end of file +} + +.product-button { + color: var(--teckids-orange-dark); +} -- GitLab