瀏覽代碼

修复正则替换后文章图片不圆角

pull/12/head
Zisbusy 4 年之前
committed by GitHub
父節點
當前提交
ba1611dca1
沒有發現已知的金鑰在資料庫的簽署中 GPG 金鑰 ID: 4AEE18F83AFDEB23
共有 1 個檔案被更改,包括 1 行新增3 行删除
  1. +1
    -3
      Akina/css/style.css

+ 1
- 3
Akina/css/style.css 查看文件

@ -1319,9 +1319,6 @@ color: #9c9c9c;
.entry-content {
position: relative;
}
.entry-content >p>img{
border-radius:5px;
}
.entry-content h2 {
color: #737373;
font-size: 20px;
@ -2070,6 +2067,7 @@ clear: both;
display: block;
margin-left: auto;
margin-right: auto;
border-radius: 5px;
}
/*--------------------------------------------------------------

Loading…
取消
儲存