Tweak css

This commit is contained in:
Greg Shuflin
2025-02-06 02:05:55 -08:00
parent 13eced3ee4
commit 8d15df1af7
3 changed files with 8 additions and 8 deletions

View File

@@ -16,7 +16,7 @@
align-items: center;
}
.sidebar-add-feed {
.add-feed-button {
background: none;
border: none;
color: var(--text-muted);
@@ -26,7 +26,7 @@
transition: color 0.2s ease;
}
.sidebar-add-feed:hover {
.add-feed-button:hover {
color: var(--primary-red);
}
@@ -112,4 +112,4 @@
margin-left: 8px;
min-width: 20px;
text-align: center;
}
}

View File

@@ -3,8 +3,8 @@
background-color: var(--topbar-bg);
color: white;
padding: 0.5rem 1rem;
display: grid;
grid-template-columns: 1fr auto 1fr;
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 1rem;
}