Skip to content

Commit

Permalink
fix(ui): change bullet point color to dark gray
Browse files Browse the repository at this point in the history
  • Loading branch information
RaneHyv committed Feb 7, 2024
1 parent c061e1b commit cb2cb9e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/theme/extras/main.less
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ h1.documentFirstHeading {
ul {
li {
&::marker {
color: @theme-color-purple;
color: @theme-color-dark-gray;
}
}
}
Expand Down
2 changes: 2 additions & 0 deletions frontend/theme/globals/site.variables
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@
@theme-color-purple: #92278f;
@theme-color-green: #2da55d;
@theme-color-light-red: #f1b0bc;
@theme-color-dark-gray: #5e5e5e;
@theme-color-light-gray: #f5f5f5;

@primaryColor: @theme-color-yellow;
@primaryText: #000000;
Expand Down

0 comments on commit cb2cb9e

Please sign in to comment.