Implements inventory system, wip
This commit is contained in:
@@ -53,6 +53,15 @@ i.prismrpg {
|
||||
font-family: var(--font-primary);
|
||||
font-size: calc(var(--font-size-standard) * 1);
|
||||
background-image: var(--background-image-base);
|
||||
background-size: 100% 100%;
|
||||
background-repeat: no-repeat;
|
||||
|
||||
.window-content {
|
||||
background-image: var(--background-image-base);
|
||||
background-size: 100% 100%;
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
|
||||
button:hover {
|
||||
background: var(--color-dark-6);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user