moved some CSS properties to variables
This commit is contained in:
@@ -105,14 +105,15 @@
|
||||
|
||||
.changelog-container {
|
||||
padding: 8px 24px;
|
||||
border: 2px var(--color-highlight) dashed;
|
||||
border: var(--border-dash-size) var(--color-highlight) dashed;
|
||||
backdrop-filter: blur(var(--blur-radius-background));
|
||||
}
|
||||
|
||||
.changelog-header-link {
|
||||
text-decoration: none;
|
||||
}
|
||||
.changelog-header-link:hover {
|
||||
text-decoration: underline dashed 2px var(--color-highlight);
|
||||
text-decoration: underline dashed var(--border-dash-size) var(--color-highlight);
|
||||
}
|
||||
|
||||
.changelog-header {
|
||||
|
||||
Reference in New Issue
Block a user