Skip to content

Commit

Permalink
docs: adjust colors
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Apr 8, 2024
1 parent c2103cf commit df1be3b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions docs/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
--gray8: #6c6c6c;
--gray9: #3f3f3f;
--blue: #067df7;
--green: #42b983;
--red: #f66;
--green: #00A995;
--red: #F23342;
/* theme */
--primary-color: var(--base);
--secondary-color: var(--blue);
Expand Down Expand Up @@ -378,15 +378,14 @@ body {

.token.keyword {
color: #ff0078;
font-weight: bolder;
}

.token:is(.class-name, .function, .number) {
color: var(--blue);
}

.token.string {
color: #028265;
color: var(--green);
}

.token:is(.boolean, .constant) {
Expand Down
2 changes: 1 addition & 1 deletion static/style.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit df1be3b

Please sign in to comment.