Skip to content
This repository has been archived by the owner on Oct 5, 2024. It is now read-only.

Commit

Permalink
Tweak styles
Browse files Browse the repository at this point in the history
- add gallery styles
- fix code line bug
- update pullquote styles
- update blockquote attribution styles
  • Loading branch information
azigler committed Dec 28, 2017
1 parent 30c0889 commit bc7b1ab
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 5 deletions.
2 changes: 1 addition & 1 deletion source/css/space-cadet.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

33 changes: 29 additions & 4 deletions source/css/space-cadet.scss
Original file line number Diff line number Diff line change
Expand Up @@ -103,10 +103,6 @@ body {
background-color: rgba(255, 255, 0, 0.54);
}

.line:empty:after {
content: '\00000a';
}

pre {
background-color: #eae3ea;
padding: 0.5rem;
Expand All @@ -121,8 +117,37 @@ body {
font-family: Georgia, "Times New Roman", Times, serif;
}

.article-gallery-photos {
border-bottom: 0.3rem solid #eae3ea;
border-radius: 1.2rem;
margin-bottom: 1rem;
}

img {
border-radius: 0.3rem;
margin-bottom: 0.5rem;
}

.pullquote {
&.left {
border-right: 0.3rem solid #eae3ea;
border-radius: 1.2rem;
margin-right: 1rem;
}
&.right {
border-left: 0.3rem solid #eae3ea;
border-radius: 1.2rem;
padding-left: 1rem;
margin-right: 1rem;
}
}

blockquote {
footer {
margin-left: 50%;
text-overflow: ellipsis;
overflow: hidden;
}
}
}

Expand Down

0 comments on commit bc7b1ab

Please sign in to comment.