From 247c5f6ec45c7ceb4a2dcfbe633a76928fb10a82 Mon Sep 17 00:00:00 2001 From: Ognjen Cirkovic Date: Tue, 26 Apr 2022 23:53:53 +0200 Subject: Ispravljen dizajn na profile stranici. Promenje boje kod alert dialoga. --- frontend/src/styles/theme.css | 2 ++ 1 file changed, 2 insertions(+) (limited to 'frontend/src/styles') diff --git a/frontend/src/styles/theme.css b/frontend/src/styles/theme.css index fe03bf95..f9ea219f 100644 --- a/frontend/src/styles/theme.css +++ b/frontend/src/styles/theme.css @@ -8,6 +8,8 @@ --ns-bg-dark-100: rgba(0, 65, 101, 1.0); --ns-bg-dark-50: rgba(0, 65, 101, 0.5); --offwhite: #dfd7d7; + --ns-warn:#f9b7b7; + } body { -- cgit v1.2.3