Fast ui change

This commit is contained in:
2021-11-24 13:13:04 +01:00
parent f6103c1f2c
commit dee9316f9b
5 changed files with 56 additions and 33 deletions

View File

@@ -1,5 +1,16 @@
.status-box{
background-color: #2b2c31;
.status-box {
background-color: #f8f9ffa1;
padding: 8px;
border-radius: 5px;
overflow-x: hidden;
}
.stack-box {
background-color: #ffffff;
border-radius: 1pc;
}
.settings {
text-decoration: underline;
cursor: pointer;
}