mirror of
https://github.com/catppuccin/gitea.git
synced 2026-02-11 14:26:22 +08:00
Compare commits
2 Commits
v1.0.2
...
renovate/m
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a0dc44fe84 | ||
|
|
b9d0857cab |
4
.github/workflows/release-deploy.yml
vendored
4
.github/workflows/release-deploy.yml
vendored
@@ -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/"
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user