2 Commits

Author SHA1 Message Date
renovate[bot]
a0dc44fe84 chore(deps): update github artifact actions 2026-02-03 03:48:19 +00:00
koi
b9d0857cab fix: unreadable repository topics edit button (#79) 2026-01-20 23:19:28 +00:00
2 changed files with 7 additions and 2 deletions

View File

@@ -17,7 +17,7 @@ jobs:
with:
path: "dist/"
- name: Upload CSS
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v6
with:
name: css
path: "dist/"
@@ -33,7 +33,7 @@ jobs:
id: "release"
uses: googleapis/release-please-action@v4
- name: Download CSS
uses: actions/download-artifact@v4
uses: actions/download-artifact@v7
with:
name: css
path: "dist/"

View File

@@ -325,6 +325,11 @@ $lvl3: if($isDark, $base, $crust);
color: var(--color-label-text) !important;
}
// repository topics edit button
#manage_topic {
color: var(--color-text-light-2) !important;
}
// admonitions are using *-text variables for border/text colour
// can't change values of the *-text variables without breaking readability on accented backgrounds
blockquote {