Skip to content

Commit

Permalink
Merge pull request #13768 from alecrespi78/patch-1
Browse files Browse the repository at this point in the history
Updated LexArcana.css, fixed the missing background image link
  • Loading branch information
davidroll20 authored Feb 13, 2025
2 parents fe100b1 + ecaaa54 commit fb1bdcf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Lex Arcana/LexArcana.css
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ tr.sheet-odd-row {

/* CHARACTER CREATION */
.sheet-section-character-creation {
background-image: url("http://cloud-3.steamusercontent.com/ugc/1616185636261641120/BCAFD785CCE5132FDB527100DB52A3DC39FDBA42/");
background-image: url("https://steamuserimages-a.akamaihd.net/ugc/51331078603079596/26D242E650DC75D1632796A9F19A0CF4D3471CF8/"); /* fixed missing image */
width:662px;
height:934px;
position:relative;
Expand Down Expand Up @@ -589,4 +589,4 @@ input.sheet-final-ratio {
input.sheet-final-sensibilitas {
top: 855px;
left: 545px;
}
}

0 comments on commit fb1bdcf

Please sign in to comment.