Tweak article divider color
This commit is contained in:
parent
59e7fe74ec
commit
45c4395729
|
@ -47,7 +47,7 @@ article {
|
||||||
content: "";
|
content: "";
|
||||||
width: calc(100% - 2 * 30px); // account for .container padding, don't overflow
|
width: calc(100% - 2 * 30px); // account for .container padding, don't overflow
|
||||||
height: 1px;
|
height: 1px;
|
||||||
background-image: linear-gradient(to right, var(--secondary-ui-text-color), var(--shadow-color));
|
background-image: linear-gradient(to right, var(--accent-color), var(--shadow-color));
|
||||||
position: absolute;
|
position: absolute;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue