diff --git a/src/main/resources/static/images/card-list.svg b/src/main/resources/static/images/card-list.svg
new file mode 100644
index 00000000..3dc5d429
--- /dev/null
+++ b/src/main/resources/static/images/card-list.svg
@@ -0,0 +1,4 @@
+
\ No newline at end of file
diff --git a/src/main/resources/templates/fragments/navbar.html b/src/main/resources/templates/fragments/navbar.html
index e8eb4e06..10596748 100644
--- a/src/main/resources/templates/fragments/navbar.html
+++ b/src/main/resources/templates/fragments/navbar.html
@@ -96,9 +96,7 @@ function compareVersions(version1, version2) {
.icon-text {
margin-left: 4px;
}
- .settings-cog {
- filter: invert(1);
-}
+
.nav-item-separator {
position: relative;
margin: 0 4px; /* Adjust the margin as needed */
@@ -113,13 +111,13 @@ function compareVersions(version1, version2) {
width: 1px;
background-color: #ccc; /* Adjust the color as needed */
}
-
-#dark-mode-icon {
+.navbar-icon {
width: 20px;
height: 20px;
transform: translateY(-2px);
}
+