diff --git a/template/static/images/list.svg b/template/static/images/list.svg
new file mode 100644
index 0000000..5ce38ea
--- /dev/null
+++ b/template/static/images/list.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/template/static/images/plus-square.svg b/template/static/images/plus-square.svg
new file mode 100644
index 0000000..c380e24
--- /dev/null
+++ b/template/static/images/plus-square.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/template/static/images/upload.svg b/template/static/images/upload.svg
new file mode 100644
index 0000000..91eaff7
--- /dev/null
+++ b/template/static/images/upload.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/template/static/stylesheets/app.css b/template/static/stylesheets/app.css
index b8edbc0..278f05d 100644
--- a/template/static/stylesheets/app.css
+++ b/template/static/stylesheets/app.css
@@ -44,6 +44,13 @@ select.form-control:not([multiple]):not([size]) {
margin-right: 7px;
}
+.tab-icon {
+ width: 1rem;
+ height: 1rem;
+ margin-top: -3px;
+ margin-right: .1rem;
+}
+
.feed-icon {
width: 16px;
height: 16px;
@@ -143,7 +150,7 @@ select.form-control:not([multiple]):not([size]) {
}
.nav-tabs .nav-link.active {
- color: inherit;
+ color: var(--color-primary);
border-radius: 0 !important;
border-color: var(--color-primary);
background-color: transparent;