mirror of
https://github.com/catppuccin/gitea.git
synced 2026-02-04 02:44:25 +08:00
Compare commits
2 Commits
v1.0.2
...
release-pl
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3eeed36bd6 | ||
|
|
b9d0857cab |
@@ -1,3 +1,3 @@
|
||||
{
|
||||
".": "1.0.2"
|
||||
".": "1.0.3"
|
||||
}
|
||||
|
||||
@@ -1,5 +1,12 @@
|
||||
# Changelog
|
||||
|
||||
## [1.0.3](https://github.com/catppuccin/gitea/compare/v1.0.2...v1.0.3) (2026-01-20)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* unreadable repository topics edit button ([#79](https://github.com/catppuccin/gitea/issues/79)) ([b9d0857](https://github.com/catppuccin/gitea/commit/b9d0857cab5316074f64eb2bb12d562aa450c1ba))
|
||||
|
||||
## [1.0.2](https://github.com/catppuccin/gitea/compare/v1.0.1...v1.0.2) (2025-04-15)
|
||||
|
||||
|
||||
|
||||
@@ -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 {
|
||||
|
||||
@@ -1 +1 @@
|
||||
1.0.2
|
||||
1.0.3
|
||||
|
||||
Reference in New Issue
Block a user