Skip to content

Commit

Permalink
Ensure code snippets are visible when torchlight highlighting is brok…
Browse files Browse the repository at this point in the history
…en (#365)

* Ensure code snippets are visible when torchlight highlighting is broken

* Compile Assets

---------

Co-authored-by: timacdonald <[email protected]>
  • Loading branch information
timacdonald and timacdonald authored Oct 14, 2024
1 parent 7ea6022 commit d49b73c
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 2 deletions.
1 change: 0 additions & 1 deletion public/build/assets/app-6e52703b.css

This file was deleted.

1 change: 1 addition & 0 deletions public/build/assets/app-dc063eeb.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/build/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"resources/css/app.css": {
"file": "assets/app-6e52703b.css",
"file": "assets/app-dc063eeb.css",
"isEntry": true,
"src": "resources/css/app.css"
},
Expand Down
1 change: 1 addition & 0 deletions resources/css/_code.css
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ pre .copyBtn:active {
}

pre code.torchlight {
color: white;
display: block;
min-width: max-content;
padding-top: 1rem;
Expand Down

0 comments on commit d49b73c

Please sign in to comment.