diff --git a/elainal2dlol.css b/elainal2dlol.css index 22abfad..be118f0 100644 --- a/elainal2dlol.css +++ b/elainal2dlol.css @@ -206,6 +206,8 @@ margin: 0; } +/* Code by @Elaina Da Catto */ + div[data-screen-name='rcp-fe-lol-navigation-screen'] { border: 0; } @@ -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); -} +} \ No newline at end of file