Skip to content

Commit

Permalink
Highlight CSS URLs in GitHub themes
Browse files Browse the repository at this point in the history
  • Loading branch information
FIameCaster committed Oct 29, 2023
1 parent 9d338d3 commit 82120de
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions package/src/themes/github-dark-dimmed.css
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@
.token.maybe-class-name,
.token.atrule,
.token.variable,
.language-css .token.url,
.token.parameter,
.token.list.punctuation {
color: #f69d50;
Expand Down
1 change: 1 addition & 0 deletions package/src/themes/github-dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@

.token.atrule,
.token.variable,
.language-css .token.url,
.token.parameter,
.token.list.punctuation,
.token.class-name,
Expand Down
1 change: 1 addition & 0 deletions package/src/themes/github-light.css
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@

.token.atrule,
.token.variable,
.language-css .token.url,
.token.parameter,
.token.list.punctuation,
.token.maybe-class-name,
Expand Down

0 comments on commit 82120de

Please sign in to comment.