improved colors

This commit is contained in:
Jan Prochazka
2021-03-25 12:47:20 +01:00
parent 4e76f10175
commit 2c9d424fc8
3 changed files with 13 additions and 7 deletions

View File

@@ -7,10 +7,10 @@
padding: 5px;
font-weight: bold;
text-transform: uppercase;
background-color: var(--theme-bg-2);
border: 1px solid var(--theme-border);
background-color: var(--theme-bg-1);
border: 2px solid var(--theme-border);
}
div:hover {
background-color: var(--theme-bg-3);
background-color: var(--theme-bg-2);
}
</style>