heading default text color

This commit is contained in:
afc163 2017-06-21 16:08:43 +08:00
parent c832975663
commit 0e18c52b96

View File

@ -59,6 +59,11 @@ input::-ms-clear, input::-ms-reveal {
color: #fff;
}
// Headers
h1, h2, h3, h4, h5, h6 {
color: @heading-color;
}
// Links
a {
color: @link-color;