diff --git a/css/index.styl b/css/index.styl index 5019646..8eacaf1 100644 --- a/css/index.styl +++ b/css/index.styl @@ -7,7 +7,8 @@ light-gray = #EEE light-green = #AEE239 light-red = #E23430 light-yellow = #FFE476 -red = #AE1E1D +red = #B11C17 +yellow = #DEAC11 @keyframes rotate { from { transform: rotate(0deg) } @@ -50,20 +51,19 @@ body { } .footer { - display: table; - width: 100%; - padding: 20px; - - form { - text-align: center; - display: table-row; - } + text-align: center; + color: gray; + padding: 20px 0 10px p { - display: table-row; font: 12px/20px "Quicksand", sans-serif; - text-align: center; - color: gray; + } + + form p { + display: inline; + } + + .byline { padding: 0 10px; } } @@ -276,7 +276,7 @@ body { transition: all 0.25s ease &:hover, &:active { - border-color: beige + border-color: yellow background: white color: red } @@ -286,3 +286,22 @@ body { top: -1000px } } + +.donate-button { + border: 2px solid red + border-radius: 4px + padding: 2px 5px + margin-right: 10px + background: yellow + display: inline-block + cursor: pointer + transition: all 0.25s ease + font: 12px/1 "Quicksand", sans-serif + color: white + + &:hover, &:active { + border-color: yellow + background: white + color: red + } +} diff --git a/lib/components/App.js b/lib/components/App.js index 9eaba72..62a8876 100644 --- a/lib/components/App.js +++ b/lib/components/App.js @@ -57,12 +57,11 @@ export default class App extends React.Component {
- + +

BTC: 1P7yFQAC3EmpvsB7K9s6bKPvXEP1LPoQnY

-

BTC: 1P7yFQAC3EmpvsB7K9s6bKPvXEP1LPoQnY

- -

+

Cooked up by Alex Kern & Neeraj Baid while eating Sliver @ UC Berkeley · FAQ · Fork us