added link color variable
This commit is contained in:
@@ -170,7 +170,7 @@ textarea {
|
||||
|
||||
.vin-link {
|
||||
font-weight: bold;
|
||||
border-bottom: 1px solid #ff5fff;
|
||||
border-bottom: 1px solid $link-color;
|
||||
font-size: 1rem;
|
||||
margin-left: 15px;
|
||||
}
|
||||
|
||||
@@ -15,3 +15,5 @@ $dark-yellow: #ecc31d;
|
||||
$light-red: #fbd7de;
|
||||
$red: #ef5878;
|
||||
$dark-red: #ec3b61;
|
||||
|
||||
$link-color: #ff5fff;
|
||||
Reference in New Issue
Block a user