mirror of
https://gitee.com/dromara/sa-token.git
synced 2026-02-27 16:50:24 +08:00
优化文档样式
This commit is contained in:
@@ -115,4 +115,20 @@ blockquote code {font-weight: 400;}
|
||||
/* 赞助列表 */
|
||||
.zanzhu-pre+table tr td:nth-child(2){
|
||||
color: red;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
body {
|
||||
/* --a-color: #42b983; */
|
||||
--a-color: #01a252;
|
||||
--a-hover-color: #0969da;
|
||||
}
|
||||
|
||||
/* 超链接样式 */
|
||||
#main *:not(h1,h2,h3,h4,h5,h6) a{font-weight: 400; text-decoration: none; font-family: "Helvetica Neue", Helvetica, "PingFang SC", Tahoma, Arial, sans-serif;}
|
||||
#main *:not(h1,h2,h3,h4,h5,h6) a{color: var(--a-color); border-bottom: 1px var(--a-color) solid;}
|
||||
#main *:not(h1,h2,h3,h4,h5,h6) a:hover{color: var(--a-hover-color); border-bottom: 1px var(--a-hover-color) solid;}
|
||||
|
||||
#main .un-dec-a-pre+p a,
|
||||
#main p[align=center] a{border-bottom:0px;}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user