♻️ Move colors to css variables
This commit is contained in:
@ -61,7 +61,7 @@ a {
|
||||
}
|
||||
|
||||
a.router-link-active {
|
||||
background-color: #335723;
|
||||
background-color: var(--titlebar-element-active-color);
|
||||
border-radius: 5px;
|
||||
}
|
||||
</style>
|
||||
|
Reference in New Issue
Block a user