General theme changes & Fixing warnings
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user