General theme changes & Fixing warnings

This commit is contained in:
2025-07-04 00:19:58 -04:00
Unverified
parent 00f5426764
commit af74689d84
11 changed files with 93 additions and 38 deletions

View File

@@ -14,6 +14,13 @@
/* Tag cloud widget */
.tagCloud {
a {
display: flex;
flex-direction: row;
gap: 1rem;
align-items: center;
}
.tagCloud-tags {
display: flex;
flex-wrap: wrap;
@@ -43,6 +50,13 @@
background-color: var(--card-background);
}
a {
display: flex;
flex-direction: row;
gap: 1rem;
align-items: center;
}
.archives-year {
&:not(:last-of-type) {
border-bottom: 1.5px solid var(--card-separator-color);