feat: migrate rest of scss vars to native css

This commit is contained in:
Mirus
2024-07-30 18:56:54 +03:00
parent 4bc7d37022
commit c592d7c04c
3 changed files with 9 additions and 9 deletions

View File

@@ -44,12 +44,12 @@
}
&-title {
$border: 3px dotted var(--accent);
--border: 3px dotted var(--accent);
position: relative;
color: var(--accent);
margin: 0 0 15px;
padding-bottom: 15px;
border-bottom: $border;
border-bottom: var(--border);
&:after {
content: '';
@@ -57,7 +57,7 @@
bottom: 2px;
display: block;
width: 100%;
border-bottom: $border;
border-bottom: var(--border);
}
a {