refer border color variable

This commit is contained in:
Kamal Raj Sekar 2023-11-30 13:39:58 +00:00 committed by Kieran
parent 7a27bb022e
commit 0d1e73d40f
Signed by: Kieran
GPG Key ID: DE71CEB3925BE941

View File

@ -985,6 +985,6 @@ svg.repeat {
@media (min-width: 768px) {
.rt-border{
border-right-width: 1px;
border-right-color: red;
border-right-color: var(--border-color);
}
}