aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBlaise Thompson <blaise@untzag.com>2018-11-07 20:26:30 -0600
committerBlaise Thompson <blaise@untzag.com>2018-11-07 20:26:30 -0600
commita174900154d1f54ced1a2916bda26e2978890f3b (patch)
treeded17a71c60612441bdb0c2927bd375c4eff2207
parentb838175820eb8a8495423fa6541bf538de5b63fc (diff)
2018-11-07 20:26
-rw-r--r--public/style.css25
1 files changed, 18 insertions, 7 deletions
diff --git a/public/style.css b/public/style.css
index 1e90d51..5895c04 100644
--- a/public/style.css
+++ b/public/style.css
@@ -1,20 +1,30 @@
h1 {
text-align: center;
+ color: #c5c8c6;
}
h2 {
width: 100%;
text-align: center;
- border-bottom: 1px solid #000;
+ border-bottom: 1px solid #f0c674;
+ color: #f0c674;
line-height: 0.1em;
margin: 30px 0 20px;
}
+h3 {
+ color: #c5c8c6;
+}
+
h2 span {
- background:#fff;
+ background: #1d1f21;
padding:0 10px;
}
+hr {
+ border: 1px solid #f0c674;
+}
+
p {
display: flex;
justify-content: space-between;
@@ -26,12 +36,13 @@ body{
line-height:1.6;
font-size:16px;
font-family: Sans-Serif;
- background-color:#ffffff;
- color:#454545;
- padding:0 10px;
- text-align:left;
+ background-color: #1d1f21;
+ color: #969896;
+ padding: 0 10px;
+ text-align: left;
}
a {
- text-decoration : none
+ text-decoration: none;
+ color: #81a2be;
}