Add basic tag support for showing and filtering tagged posts
This commit is contained in:
@@ -569,9 +569,6 @@ h1 {
|
||||
background-color: var(--text-primary);
|
||||
color: var(--bg-primary);
|
||||
border-color: var(--text-primary);
|
||||
font-weight: 600;
|
||||
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
|
||||
transform: scale(1.05);
|
||||
}
|
||||
|
||||
/* Tag actions for clearing filters */
|
||||
@@ -1099,15 +1096,15 @@ h1 {
|
||||
.post-title {
|
||||
font-size: 28px;
|
||||
}
|
||||
|
||||
|
||||
.back-button {
|
||||
margin-bottom: 12px;
|
||||
}
|
||||
|
||||
|
||||
.back-link {
|
||||
font-size: 13px;
|
||||
}
|
||||
|
||||
|
||||
.back-arrow {
|
||||
font-size: 15px;
|
||||
margin-right: 6px;
|
||||
|
||||
Reference in New Issue
Block a user