Compare commits
2 Commits
renovate/h
...
v1.0.1
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
bf168e5540 | ||
|
|
f0bf2b7a90 |
@@ -1,3 +1,3 @@
|
||||
{
|
||||
".": "1.0.0"
|
||||
".": "1.0.1"
|
||||
}
|
||||
|
||||
@@ -1,5 +1,12 @@
|
||||
# Changelog
|
||||
|
||||
## [1.0.1](https://github.com/catppuccin/gitea/compare/v1.0.0...v1.0.1) (2024-11-10)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* set background colour for tooltips & inline code blocks ([#52](https://github.com/catppuccin/gitea/issues/52)) ([f0bf2b7](https://github.com/catppuccin/gitea/commit/f0bf2b7a907838ac9d6cd4c1c677e55f229d042c))
|
||||
|
||||
## [1.0.0](https://github.com/catppuccin/gitea/compare/v0.4.1...v1.0.0) (2024-10-06)
|
||||
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
"imports": {
|
||||
"@catppuccin/palette": "npm:@catppuccin/palette@0.2.0",
|
||||
"sass": "npm:sass@1.66.1",
|
||||
"std/path": "https://deno.land/std@0.224.0/path/mod.ts",
|
||||
"std/path": "https://deno.land/std@0.199.0/path/mod.ts",
|
||||
"@catppuccin/deno-lib": "https://deno.land/x/catppuccin_toolbox@deno-lib-v1.0.0/deno-lib/mod.ts"
|
||||
},
|
||||
"lock": true,
|
||||
|
||||
@@ -220,10 +220,13 @@ $lvl3: if($isDark, $base, $crust);
|
||||
--color-card: #{$surface0};
|
||||
--color-markup-table-row: #{color.change($text, $alpha: 0.02)};
|
||||
--color-markup-code-block: #{color.change($text, $alpha: 0.05)};
|
||||
--color-markup-code-inline: #{$surface0};
|
||||
--color-button: #{$surface0};
|
||||
--color-code-bg: #{$base};
|
||||
--color-code-sidebar-bg: #{$surface0};
|
||||
--color-shadow: #{color.change($lvl1, $alpha: 0.1)};
|
||||
--color-tooltip-bg: #{$surface0};
|
||||
--color-tooltip-text: var(--color-text);
|
||||
--color-secondary-bg: #{$surface0};
|
||||
--color-text-focus: #{$text};
|
||||
--color-expand-button: #{$surface2};
|
||||
|
||||
@@ -1 +1 @@
|
||||
1.0.0
|
||||
1.0.1
|
||||
|
||||
Reference in New Issue
Block a user