diff options
author | Adin Scannell <ascannell@google.com> | 2020-04-29 18:00:21 -0700 |
---|---|---|
committer | Adin Scannell <ascannell@google.com> | 2020-05-06 14:15:19 -0700 |
commit | a10d5ed9691d341c60dc8590d19302332120d365 (patch) | |
tree | 767580f7e417cd5f5c40cdc2c570bc47b60b11e0 /website/_sass/front.scss | |
parent | 7de6fb18f9a284b8f70191effd442a48c232603b (diff) |
Add atom feed (at previous URL).
Diffstat (limited to 'website/_sass/front.scss')
-rw-r--r-- | website/_sass/front.scss | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/website/_sass/front.scss b/website/_sass/front.scss index 1c7f58ecb..3cd87ce40 100644 --- a/website/_sass/front.scss +++ b/website/_sass/front.scss @@ -13,12 +13,4 @@ margin-bottom: 0; font-weight: 300; } - .btn { - color: $text-color; - background-color: $inverse-link-color; - } - .btn-inverse { - color: $text-color; - background-color: #ffffff; - } } |