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

View File

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