♻️ 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

@ -34,7 +34,7 @@ defineProps({
width: 48px;
height: 48px;
border: 5px solid;
border-color: #7ca74b transparent;
border-color: var(--loader-color) transparent;
border-radius: 50%;
display: inline-block;
box-sizing: border-box;

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>