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,7 +9,6 @@ | ||
| 9 | display: table-cell; | 9 | display: table-cell; |
| 10 | float: none; | 10 | float: none; |
| 11 | height: 100%; | 11 | height: 100%; |
| 12 | - background-color: #181e21; | ||
| 13 | } | 12 | } |
| 14 | 13 | ||
| 15 | .col-top { | 14 | .col-top { |
| @@ -224,7 +223,7 @@ ul.list-color li:before { | @@ -224,7 +223,7 @@ ul.list-color li:before { | ||
| 224 | } | 223 | } |
| 225 | 224 | ||
| 226 | ul.list-color li:before { | 225 | ul.list-color li:before { |
| 227 | - content: "• "; | 226 | + content: "\2022"; |
| 228 | font-weight: bold; | 227 | font-weight: bold; |
| 229 | font-size: 20px; | 228 | font-size: 20px; |
| 230 | position: relative; | 229 | position: relative; |
| @@ -333,7 +332,7 @@ blockquote { | @@ -333,7 +332,7 @@ blockquote { | ||
| 333 | position: relative; | 332 | position: relative; |
| 334 | margin: 0px; | 333 | margin: 0px; |
| 335 | border-left: none; | 334 | border-left: none; |
| 336 | - // line-height: 28px; | 335 | + |
| 337 | &:before { | 336 | &:before { |
| 338 | content: "\231C"; | 337 | content: "\231C"; |
| 339 | font-size: 300px; | 338 | font-size: 300px; |