Skip to content

Commit

Permalink
Load assets from github.io
Browse files Browse the repository at this point in the history
  • Loading branch information
lianee committed May 24, 2024
1 parent 3187031 commit 6dc02ee
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -71,27 +71,27 @@
}

.model-aphrodite {
background-image: url("public/aphrodite.svg");
background-image: url("https://lianee.github.io/aihorde/src/public/aphrodite.svg");
}

.model-pygmalion {
background-image: url("public/pygmalion.svg");
background-image: url("https://lianee.github.io/aihorde/src/public/pygmalion.svg");
}

.model-kobold {
background-image: url("public/kobold.svg");
background-image: url("https://lianee.github.io/aihorde/src/public/kobold.svg");
}

.body--dark svg.icon path {
fill: white;
}

.body--dark .model-aphrodite {
background-image: url("public/aphrodite-dark.svg");
background-image: url("https://lianee.github.io/aihorde/src/public/aphrodite-dark.svg");
}

.body--dark .model-kobold {
background-image: url("public/kobold-dark.svg");
background-image: url("https://lianee.github.io/aihorde/src/public/kobold-dark.svg");
}

body.body--dark .q-btn.bg-dark {
Expand Down

0 comments on commit 6dc02ee

Please sign in to comment.