moved some CSS properties to variables
This commit is contained in:
@@ -43,10 +43,10 @@
|
||||
.subtitled-img-container {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
border: 2px var(--color-highlight) dashed;
|
||||
border: var(--border-dash-size) var(--color-highlight) dashed;
|
||||
text-decoration: none;
|
||||
box-sizing: border-box;
|
||||
transition: background-color 0.1s ease-out;
|
||||
transition: background-color var(--duration-animation) ease-out;
|
||||
}
|
||||
|
||||
.subtitled-img-container-centred {
|
||||
|
||||
Reference in New Issue
Block a user