diff options
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 | } | ||