Skip to content

Commit

Permalink
fix: fix asset path
Browse files Browse the repository at this point in the history
  • Loading branch information
arianrhodsandlot committed Jan 24, 2024
1 parent 5e1e318 commit 075ec56
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib/vendors/devdocs-bundled-assets/application.css
Original file line number Diff line number Diff line change
Expand Up @@ -155,14 +155,14 @@ html {
display: block;
width: 1rem;
height: 1rem;
background-image: url('/assets/sprites/docs-f520e95d8ddf6deef0050c3ab44fff62b584907c6500613f9cc1d747ff2b7549.png');
background-image: url('./docs-f520e95d8ddf6deef0050c3ab44fff62b584907c6500613f9cc1d747ff2b7549.png');
background-size: 15rem 15rem;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
._list-item:before,
._docs-name:before,
._path-item:first-child:before {
background-image: url('/assets/sprites/docs@2x-dfe22fabd82d31155935ada53b176abf1f84fd38acb08a7a6f5ca0f41426074d.png');
background-image: url('./docs@2x-dfe22fabd82d31155935ada53b176abf1f84fd38acb08a7a6f5ca0f41426074d.png');
}
}
html._theme-dark ._icon-apache_http_server:before,
Expand Down

0 comments on commit 075ec56

Please sign in to comment.