Use CSS variables when possible
This commit is contained in:
parent
399bf7022d
commit
496087ead9
1 changed files with 1 additions and 1 deletions
|
@ -164,7 +164,7 @@
|
|||
}
|
||||
|
||||
.header-section {
|
||||
color: #4393F3;
|
||||
color: $blue;
|
||||
font-weight: bold;
|
||||
font-size: 20px;
|
||||
margin-bottom: 2 * $default-padding;
|
||||
|
|
Loading…
Reference in a new issue