Skip to content
This repository has been archived by the owner on Feb 16, 2023. It is now read-only.

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Elaina69 authored Jan 18, 2023
1 parent 2016677 commit b5ebc9b
Showing 1 changed file with 27 additions and 2 deletions.
29 changes: 27 additions & 2 deletions elainal2dlol.css
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,8 @@
margin: 0;
}

/* Code by @Elaina Da Catto */

div[data-screen-name='rcp-fe-lol-navigation-screen'] {
border: 0;
}
Expand All @@ -231,10 +233,33 @@ div[class="store-backdrop"] {

}

div[class="background"] {
background: var(--background) !important;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
background-color: transparent !important;

}

div[class="ranked-intro-background"] {
display: none;

}

div[class="stats-backdrop"] {
background: var(--background) !important;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
background-color: transparent !important;

}

img[class="icon-image has-icon"] {
content: url('https://raw.githubusercontent.com/Roydevil/Elaina-theme/main/L2D/Avatar.gif') !important;
content: url('https://raw.githubusercontent.com/Roydevil/Skadi-Theme/main/Avatar.gif') !important;
}

.purchase-history-page-content-wrapper {
background-color: rgba(212, 27, 119, 0.726);
}
}

0 comments on commit b5ebc9b

Please sign in to comment.