updated css

This commit is contained in:
2026-02-01 15:24:02 +01:00
parent 587ab0da9c
commit 4ea62e9f71
3 changed files with 930 additions and 955 deletions

View File

@@ -264,13 +264,20 @@
}
}
.pexpo-core-tags {
display: flex;
flex-wrap: wrap;
gap: 6px;
row-gap: 6px;
}
.pexpo-core-tag {
font-size: 12px;
padding: 3px 8px;
border-radius: 999px;
border: 1px solid rgba(149,0,0,.28);
color: rgba(149,0,0,.90);
background: rgba(149,0,0,.06);
border: 1px solid #333333ce;
color: var(--text);
background: #99999930;
white-space:nowrap;
}

File diff suppressed because it is too large Load Diff