Commit 105102b01896778a8233f1cfb8ef0fc206b5173b
1 parent
8842e145
Exists in
master
and in
8 other branches
Update css content encoding
Showing
1 changed file
with
2 additions
and
3 deletions
Show diff stats
src/app/layout.scss
... | ... | @@ -9,7 +9,6 @@ |
9 | 9 | display: table-cell; |
10 | 10 | float: none; |
11 | 11 | height: 100%; |
12 | - background-color: #181e21; | |
13 | 12 | } |
14 | 13 | |
15 | 14 | .col-top { |
... | ... | @@ -224,7 +223,7 @@ ul.list-color li:before { |
224 | 223 | } |
225 | 224 | |
226 | 225 | ul.list-color li:before { |
227 | - content: "• "; | |
226 | + content: "\2022"; | |
228 | 227 | font-weight: bold; |
229 | 228 | font-size: 20px; |
230 | 229 | position: relative; |
... | ... | @@ -333,7 +332,7 @@ blockquote { |
333 | 332 | position: relative; |
334 | 333 | margin: 0px; |
335 | 334 | border-left: none; |
336 | - // line-height: 28px; | |
335 | + | |
337 | 336 | &:before { |
338 | 337 | content: "\231C"; |
339 | 338 | font-size: 300px; | ... | ... |