This commit is contained in:
Jan Prochazka
2021-03-05 17:47:07 +01:00
parent c2dc4d76ba
commit 4bfba2ec02
4 changed files with 87 additions and 24 deletions

View File

@@ -47,8 +47,8 @@
justify-content: space-around;
}
.box {
background-color: var(--thme-bg-2);
background-color: var(--theme-bg-2);
padding: 10px;
border: 1px solid gray;
border: 1px solid var(--theme-border);
}
</style>