Skip to content

Commit

Permalink
update fixity color
Browse files Browse the repository at this point in the history
  • Loading branch information
janmasrovira committed Aug 30, 2023
1 parent edd4d99 commit 50ff893
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion assets/css/source-ayu-light.css
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ body {
}

.ju-fixity {
color: #3d4247;
color: #e6ba7e;
}

.ju-number {
Expand Down
10 changes: 5 additions & 5 deletions assets/css/source-nord.css
Original file line number Diff line number Diff line change
Expand Up @@ -32,23 +32,23 @@ body {
}

.ju-var {
color: #d8dee9
color: #d8dee9;
}

.ju-fixity {
color: #a4b4d2
color: #d08770;
}

.ju-comment {
color: #83898d
color: #83898d;
}

.ju-judoc {
color: #8fbcbb
color: #8fbcbb;
}

.ju-number {
color: #d8dee9
color: #d8dee9;
}

.ju-define {
Expand Down

0 comments on commit 50ff893

Please sign in to comment.