summaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
authorBrian Picciano <mediocregopher@gmail.com>2018-09-05 13:56:55 -0400
committerBrian Picciano <mediocregopher@gmail.com>2018-09-05 13:56:55 -0400
commitd1446c6d6fd0d7f8ccce74960a80981399221fa9 (patch)
treec825954e3545c3c26cb52e2f32a247e29cf5381c /assets
parentc61dcf483bea7ad632ba5f7044d72f2bd74e670a (diff)
refactor some of the styles, start adding donation sectoin
Diffstat (limited to 'assets')
-rw-r--r--assets/main.css45
1 files changed, 26 insertions, 19 deletions
diff --git a/assets/main.css b/assets/main.css
index b43779e..cd0b855 100644
--- a/assets/main.css
+++ b/assets/main.css
@@ -2,15 +2,35 @@ ul {
list-style: circle;
}
+.light {
+ color: #666;
+}
+
+.light a {
+ color: #666 !important;
+}
+
+.light a:hover {
+ color: #222;
+}
+
+/* for making all content within a row be vertically centered */
+.row-vertically-centered .columns {
+ display: inline-block;
+ float: none;
+ margin-left: 0;
+ vertical-align: middle;
+}
+
#title-header {
- border-bottom: 1px solid #AAA;
+ border-bottom: 1px solid #666;
+ padding-top: 2rem;
+ padding-bottom:2rem;
}
#title-header .title {
- margin-top: 2rem;
- margin-bottom: 2rem;
- margin-left: 0;
- margin-right: 0;
+ margin: 0;
+ font-weight: bold;
}
#title-header .title a {
@@ -18,18 +38,9 @@ ul {
text-decoration: none;
}
-#title-header .social {
- margin-top: 1rem;
-}
-
#title-header .social .spaced {
- color: #AAA;
text-decoration: none;
- margin-right: 1em;
-}
-
-#title-header .social a:hover {
- color: #222;
+ margin-right: 0.5em;
}
#posts-list {
@@ -55,10 +66,6 @@ ul {
margin: 0;
}
-#post-sub-header {
- color: #AAA;
-}
-
#post-content ul {
margin-left: 1em;
}