add gradient background for adventurer portraits

This commit is contained in:
2023-09-07 18:23:36 +02:00
parent 9feab73fd2
commit 85fa53b16e
2 changed files with 4 additions and 0 deletions
+2
View File
@@ -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%;