mirror of
https://github.com/catppuccin/gitea.git
synced 2024-11-21 22:21:01 -05:00
fix: update to match userstyles style guide (#24)
This commit is contained in:
parent
a749b47109
commit
66661f9eb5
1 changed files with 2 additions and 2 deletions
|
@ -198,7 +198,7 @@ $lvl3: if($isDark, $base, $crust);
|
||||||
--color-secondary-bg: #{$surface0};
|
--color-secondary-bg: #{$surface0};
|
||||||
--color-text-focus: #{$text};
|
--color-text-focus: #{$text};
|
||||||
--color-expand-button: #{$surface2};
|
--color-expand-button: #{$surface2};
|
||||||
--color-placeholder-text: #{$surface2};
|
--color-placeholder-text: #{$subtext0};
|
||||||
--color-editor-line-highlight: var(--color-primary-light-5);
|
--color-editor-line-highlight: var(--color-primary-light-5);
|
||||||
--color-project-board-bg: var(--color-secondary-light-2);
|
--color-project-board-bg: var(--color-secondary-light-2);
|
||||||
/* gitea source code: */
|
/* gitea source code: */
|
||||||
|
@ -283,7 +283,7 @@ $lvl3: if($isDark, $base, $crust);
|
||||||
}
|
}
|
||||||
|
|
||||||
::selection {
|
::selection {
|
||||||
background: color.change($rosewater, $alpha: 0.3) !important;
|
background: color.change($accent, $alpha: 0.3) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
@import "chroma";
|
@import "chroma";
|
||||||
|
|
Loading…
Reference in a new issue