Skip to content

Commit

Permalink
fix: update to match userstyles style guide (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
uncenter authored Jun 22, 2024
1 parent a749b47 commit 66661f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/_theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ $lvl3: if($isDark, $base, $crust);
--color-secondary-bg: #{$surface0};
--color-text-focus: #{$text};
--color-expand-button: #{$surface2};
--color-placeholder-text: #{$surface2};
--color-placeholder-text: #{$subtext0};
--color-editor-line-highlight: var(--color-primary-light-5);
--color-project-board-bg: var(--color-secondary-light-2);
/* gitea source code: */
Expand Down Expand Up @@ -283,7 +283,7 @@ $lvl3: if($isDark, $base, $crust);
}

::selection {
background: color.change($rosewater, $alpha: 0.3) !important;
background: color.change($accent, $alpha: 0.3) !important;
}

@import "chroma";
Expand Down

0 comments on commit 66661f9

Please sign in to comment.