♻️ Move colors to css variables

This commit is contained in:
2022-06-28 22:48:52 +02:00
parent 62858870b4
commit e2635b1c20
9 changed files with 27 additions and 17 deletions

View File

@ -61,7 +61,7 @@ a {
}
a.router-link-active {
background-color: #335723;
background-color: var(--titlebar-element-active-color);
border-radius: 5px;
}
</style>