refactoring

This commit is contained in:
Philipp Kühn
2021-01-19 20:42:15 +01:00
parent 563f37d74b
commit 4256de7cde
3 changed files with 17 additions and 5 deletions

View File

@@ -104,8 +104,8 @@ export default {
&.is-selected,
&:hover {
color: black;
background: rgba(black, 0.1);
color: #A975FF;
background: rgba(#A975FF, 0.1);
}
}
</style>