diff options
author | Brian Picciano <mediocregopher@gmail.com> | 2018-09-03 15:32:18 -0400 |
---|---|---|
committer | Brian Picciano <mediocregopher@gmail.com> | 2018-09-03 19:36:38 -0400 |
commit | bfefb5fa2e831e32672c2feaa844bbc1a7d41bc3 (patch) | |
tree | a53551e8cf3b061757d5f7b67f914bdd07247e69 /assets/main.css | |
parent | 89b452fcceba6bec4f9f80b21113b90688a16406 (diff) |
restarted with minima theme, but am completely revamping it to use custom theme based on getskeleton.org
Diffstat (limited to 'assets/main.css')
-rw-r--r-- | assets/main.css | 49 |
1 files changed, 49 insertions, 0 deletions
diff --git a/assets/main.css b/assets/main.css new file mode 100644 index 0000000..6dfcdd9 --- /dev/null +++ b/assets/main.css @@ -0,0 +1,49 @@ +ul { + list-style: circle; +} + +#title-header { + padding-top: 1rem; + padding-bottom: 3rem; + border-bottom: 1px solid #AAA; +} + +#title-header .title { + margin: 0; +} + +#title-header .title a { + color: #222; + text-decoration: none; +} + +#posts-list { + margin-top: 3rem; + list-style: none; +} + +#posts-list h2 { + margin: 0; +} + +#posts-list h2 a { + color: #222; + text-decoration: none; +} + +#post-header { + margin-top: 3rem; + margin-bottom: 2rem; +} + +#post-headline { + margin: 0; +} + +#post-sub-header { + color: #AAA; +} + +#post-content ul { + margin-left: 1em; +} |