mirror of
https://github.com/BrenBroZAYT/dashy.git
synced 2026-06-15 08:15:37 +00:00
Uses CSS variables for common definitions, to allow for themes
This commit is contained in:
+5
-1
@@ -201,7 +201,11 @@ export default {
|
||||
width: fit-content;
|
||||
margin: 2rem auto;
|
||||
padding: 0.5rem 1rem;
|
||||
border-radius: 4px;
|
||||
border-radius: var(--curve-factor);
|
||||
}
|
||||
|
||||
.filter-container {
|
||||
border-bottom: 1px solid var(--outline-color);
|
||||
}
|
||||
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user