Skip to content

Commit a077083

Browse files
authored
Merge pull request wesbos#22 from tfrommen/patch-1
Actually USE the defined CSS variables, Wes!
2 parents 3575f8f + c37b73b commit a077083

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ h6 {
6161
border: 5px solid rgba(0, 0, 0, 0.03);
6262
border-radius: 3px;
6363
font-size: 35px;
64-
background-color: #ffc600; /* best colour */
64+
background-color: var(--yellow); /* best colour */
6565
}
6666

6767
.item p {

0 commit comments

Comments
 (0)