Commit 8cd48e18fb6cbaf97c9e2b54355a2bb78b66bfeb
1 parent
d2af153c
Exists in
master
delete color content text
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
style.css
... | ... | @@ -256,7 +256,7 @@ div#article-parent { |
256 | 256 | width: auto; |
257 | 257 | border-right: none; |
258 | 258 | font-weight: bold; |
259 | - color: #436976 !important; | |
259 | + color: #436976 !important; | |
260 | 260 | border-top: 2px solid #2c1c44 !important; |
261 | 261 | border-bottom: 2px solid #2c1c44 !important; |
262 | 262 | background-color: #eeefff; |
... | ... | @@ -266,7 +266,7 @@ div#article-parent { |
266 | 266 | #content .box-2 .link-list-block li a { |
267 | 267 | font-size: 14px; |
268 | 268 | line-height: 1em; |
269 | - color: #436976; | |
269 | +/* color: #436976; */ | |
270 | 270 | background-color: #FFF; |
271 | 271 | border-radius: none; |
272 | 272 | padding: 0.6em 1.5em; | ... | ... |