From 211b2534aea43ff0df771fb700688cbf7e35a264 Mon Sep 17 00:00:00 2001 From: Danijel Anđelković Date: Fri, 22 Apr 2022 23:29:10 +0200 Subject: Razdvojio css po fajlovima da bi smanjili buduce konflikte. --- frontend/src/styles/theme.css | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 frontend/src/styles/theme.css (limited to 'frontend/src/styles/theme.css') diff --git a/frontend/src/styles/theme.css b/frontend/src/styles/theme.css new file mode 100644 index 00000000..3ef44e54 --- /dev/null +++ b/frontend/src/styles/theme.css @@ -0,0 +1,18 @@ +:root { + --ns-primary: #00a8e8; + --ns-bg: #003459; + --ns-bg-transparent: rgba(0, 152, 189, 0.3) +} + +body { + /*background-image: url('/assets/images/add_model_background.jpg');*/ + background-color: var(--ns-bg); +} + +.bg-light { + background-color: var(--ns-bg-transparent) !important; +} + +a { + color: var(--ns-primary) !important; +} \ No newline at end of file -- cgit v1.2.3