summaryrefslogtreecommitdiffstats
path: root/webapp/src/app/app.component.css
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/src/app/app.component.css')
-rw-r--r--webapp/src/app/app.component.css17
1 files changed, 17 insertions, 0 deletions
diff --git a/webapp/src/app/app.component.css b/webapp/src/app/app.component.css
new file mode 100644
index 0000000..0ec4936
--- /dev/null
+++ b/webapp/src/app/app.component.css
@@ -0,0 +1,17 @@
+.navbar-inverse {
+ background-color: #330066;
+}
+
+.navbar-brand {
+ background: #330066;
+ color: white;
+ font-size: x-large;
+}
+
+.navbar-nav ul li a {
+ color: #fff;
+}
+
+.menu-text {
+ color: #fff;
+}