-
-
Notifications
You must be signed in to change notification settings - Fork 280
Link color
Patrick Schratz edited this page Jan 19, 2017
·
1 revision
Link color can be changed inside the a, a > code
css chunk:
a, a > code {
color: #FF1B70; /*default: rgb(249, 38, 114); || sets color of links */
text-decoration: none; /* turns off background coloring of links */
}
By default, all links have a grey background - this can be turned off by using text-decoration: none
.