@@ -162,7 +162,17 @@
content: '\201D';
}
+ p > a {
+ color: #4183c4;
+ }
+ span > code {
+ background: #eee;
+ border-radius: 3px;
+ padding-left: 5px;
+ padding-right: 5px;
+ color: crimson;
body {
padding-top: 54px;
@@ -303,7 +313,8 @@
#article a img {
transition: none !important;
- #article_content{
+
+ #article_content {
font-weight: 500;
</style>