mirror of
https://github.com/YouHaveTrouble/GuildMaster.git
synced 2026-05-12 14:36:58 +00:00
add gradient background for adventurer portraits
This commit is contained in:
@@ -104,6 +104,8 @@ export default defineComponent({
|
||||
width: 100%;
|
||||
max-width: 15rem;
|
||||
aspect-ratio: 1/1;
|
||||
background: rgb(2,0,36);
|
||||
background: radial-gradient(circle, rgba(2,0,36,1) 0%, rgb(69, 69, 84) 57%, rgb(85, 112, 117) 100%);
|
||||
|
||||
img {
|
||||
width: 100%;
|
||||
|
||||
Reference in New Issue
Block a user