docs/css: import from brew.sh.

https://github.com/Homebrew/homebrew.github.io/pull/171
This commit is contained in:
Mike McQuaid 2017-07-27 15:40:04 +01:00
parent 0b78a7f884
commit 97b757bc96

View File

@ -3,7 +3,7 @@
$color_peach_orange_approx: #f9d094;
$color_rangitoto_approx: #2e2a24;
$color_marigold_approx: #ba832c;
$color_marigold_approx: #be862d;
$color_di_serria_approx: #d3a459;
$color_dallas_approx: #745626;
$black_25: rgba(0, 0, 0, 0.25);
@ -196,6 +196,15 @@ a {
color: $color_di_serria_approx;
text-decoration: underline;
}
h2, h3 {
color: $color_marigold_approx;
&:hover {
color: $color_di_serria_approx;
text-decoration: underline;
}
}
}
button, input, select, textarea, option {