aboutsummaryrefslogtreecommitdiff
path: root/frontend/src/styles/theme.css
diff options
context:
space:
mode:
authorDanijel Anđelković <adanijel99@gmail.com>2022-04-22 23:29:10 +0200
committerDanijel Anđelković <adanijel99@gmail.com>2022-04-22 23:29:10 +0200
commit211b2534aea43ff0df771fb700688cbf7e35a264 (patch)
tree5470e196851d6f8676d669e28fc5ea07e5726dff /frontend/src/styles/theme.css
parentbcd4852ea7964e15f4ad7d0061522da42d866d37 (diff)
Razdvojio css po fajlovima da bi smanjili buduce konflikte.
Diffstat (limited to 'frontend/src/styles/theme.css')
-rw-r--r--frontend/src/styles/theme.css18
1 files changed, 18 insertions, 0 deletions
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