Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
- battle history page shows gold foil
- changes on focus area on battle page
  • Loading branch information
louis-88 committed Jun 1, 2022
1 parent 9a1faf1 commit eb7fe34
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions sl-design.js
@@ -1,7 +1,7 @@
// ==UserScript==
// @name SL Design
// @namespace http://tampermonkey.net/
// @version 1.0.1 - 29th May 2022
// @version 1.0.1
// @description Make Splinterlands looking nice!
// @author @louis88, @schneegecko - Legendary Dragons Splinterlands Guild.
// @match https://splinterlands.com/*
Expand Down Expand Up @@ -34,6 +34,9 @@ style.innerHTML = `
-webkit-backdrop-filter: blur( 4px );
}
.team__monsters {
border-radius: 4px;
list-style: none;
Expand Down Expand Up @@ -92,13 +95,14 @@ style.innerHTML = `
}
#battle_history_page .history-header .info {
padding: 40px;
background: rgb(101 101 101 / 25%);
box-shadow: 0 8px 32px 0 rgb(0 0 0 / 25%);
backdrop-filter: blur( 4px );
-webkit-backdrop-filter: blur( 4px );
border-radius: 12px;
border: 1px solid rgb(255 255 255 / 6%);
background-repeat: no-repeat;
background-size: contain;
}
.battle-log-entry__time {
Expand All @@ -107,6 +111,10 @@ style.innerHTML = `
text-align: right;
}
.team__monster__content--gold {
border-color: #ffcf2e !important;
}
/* BATTLE PAGE*/
.fade {
Expand Down Expand Up @@ -288,4 +296,4 @@ footer {
`;
document.body.append(style);
})();
})();

0 comments on commit eb7fe34

Please sign in to comment.