}
#header {
- background: #222;
+ background: #b8be55;
color: #eee;
padding: 1em 0;
}
+#header a {
+ text-decoration: none;
+}
h1 {
font-size: 2em;
max-width: 20em;
button {
background: #999;
color: white;
+ font-size: 1em;
padding: 1em;
text-decoration:none;
border: 1px solid #ddd;
background: #aaa;
}
-a.big-button {
+a.big-button, a.button {
background: #999;
color: white;
- padding: 1em;
text-decoration:none;
border: 1px solid #ddd;
border-radius: 1em;
margin-top: 1em;
}
-a.big-button:hover {
+a.button {
+ padding: .3em;
+}
+
+a.big-button {
+ padding: 1em;
+}
+
+a.big-button:hover, a.button:hover {
background: #aaa;
}
border: 1px solid #ddd;
border-radius: 1em;
}
+footer {
+ font-size: .67em;
+ color: #aaa;
+ padding: .5em;
+ margin-top: 3em;
+ border-top: 1px solid #eee;
+}
+footer a {
+ color: #777;
+ text-decoration: none;
+}
+footer p {
+ margin-top: 0;
+}
\ No newline at end of file