diff options
author | Kelly Rauchenberger <fefferburbia@gmail.com> | 2017-06-29 14:53:15 -0400 |
---|---|---|
committer | Kelly Rauchenberger <fefferburbia@gmail.com> | 2017-06-29 14:53:15 -0400 |
commit | 5ff9457ee3d2f1c636da8d13c47c608543d2e5f7 (patch) | |
tree | 1f573d03fe248a01a420a809a1a3a325c80774f7 /app/assets/stylesheets/application.css.scss | |
parent | 5a82b1a0bdf24cdf0a05a84183106ff106f88626 (diff) | |
download | thoughts-5ff9457ee3d2f1c636da8d13c47c608543d2e5f7.tar.gz thoughts-5ff9457ee3d2f1c636da8d13c47c608543d2e5f7.tar.bz2 thoughts-5ff9457ee3d2f1c636da8d13c47c608543d2e5f7.zip |
Worked on style of blog posts
Diffstat (limited to 'app/assets/stylesheets/application.css.scss')
-rw-r--r-- | app/assets/stylesheets/application.css.scss | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/app/assets/stylesheets/application.css.scss b/app/assets/stylesheets/application.css.scss index 6ec040a..0fa0535 100644 --- a/app/assets/stylesheets/application.css.scss +++ b/app/assets/stylesheets/application.css.scss | |||
@@ -16,6 +16,8 @@ | |||
16 | */ | 16 | */ |
17 | 17 | ||
18 | @import url('https://fonts.googleapis.com/css?family=Inconsolata'); | 18 | @import url('https://fonts.googleapis.com/css?family=Inconsolata'); |
19 | @import url('https://fonts.googleapis.com/css?family=Slabo+27px'); | ||
20 | @import url('https://fonts.googleapis.com/css?family=Roboto:400,700'); | ||
19 | 21 | ||
20 | body#main-body { | 22 | body#main-body { |
21 | background-color: #bfefff; | 23 | background-color: #bfefff; |
@@ -207,3 +209,17 @@ body#userdata-body { | |||
207 | .sidebar-module a:visited { | 209 | .sidebar-module a:visited { |
208 | color: #352712; | 210 | color: #352712; |
209 | } | 211 | } |
212 | |||
213 | .breadcrumb { | ||
214 | margin-left: 1em; | ||
215 | |||
216 | a, a:visited { | ||
217 | color: #555d66; | ||
218 | text-decoration: none; | ||
219 | font-size: .75em; | ||
220 | } | ||
221 | |||
222 | a:hover { | ||
223 | text-decoration: underline; | ||
224 | } | ||
225 | } | ||