diff options
| author | Mike McQuaid | 2017-07-27 15:40:04 +0100 | 
|---|---|---|
| committer | Mike McQuaid | 2017-07-27 15:40:56 +0100 | 
| commit | 97b757bc9638c837f565958730a23211552e5540 (patch) | |
| tree | 588f76501dc5540821381acac1e41b4f10a9c4d8 | |
| parent | 0b78a7f884fe42b957bc759da3a45a67b8ebc86e (diff) | |
| download | brew-97b757bc9638c837f565958730a23211552e5540.tar.bz2 | |
docs/css: import from brew.sh.
https://github.com/Homebrew/homebrew.github.io/pull/171
| -rw-r--r-- | docs/css/screen.scss | 11 | 
1 files changed, 10 insertions, 1 deletions
| diff --git a/docs/css/screen.scss b/docs/css/screen.scss index d81a1f858..d76fe9816 100644 --- a/docs/css/screen.scss +++ b/docs/css/screen.scss @@ -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 { | 
