更新布局
This commit is contained in:
parent
e3f9ab49e2
commit
4606f9bdcf
|
@ -10,6 +10,10 @@
|
|||
<h3 id="anchors">Map Code/Unit Code/Debug Code</h3>
|
||||
<h3 id="anchors">铁锈战争代码API站点--欢迎您!</h3>
|
||||
|
||||
[快速开始旅程](/README.md)
|
||||
|
||||
[地图代码表](https://lingasdj.github.io/RW-API-Code/#/map_code/1.14/code)
|
||||
[调试代码表](https://lingasdj.github.io/RW-API-Code/#/debug_code/1.15/code)
|
||||
[单位代码表](https://lingasdj.github.io/RW-API-Code/#/unit_code/1.15/code?id=铁锈战争-115-单位代码表-beta1)
|
||||
[致谢人员表](/README.md)
|
||||
|
||||
![](https://rwapi-code.netlify.app/images/back.png)
|
||||
|
|
|
@ -338,6 +338,41 @@
|
|||
color: #ffffff;
|
||||
}
|
||||
|
||||
section.cover .cover-main>p:last-child a {
|
||||
border-radius: 2rem;
|
||||
background: #42b983;
|
||||
border: 1px solid #42b983;
|
||||
border-color: var(--theme-color, #42b983);
|
||||
box-sizing: border-box;
|
||||
color: fff;
|
||||
color: #ffffff;
|
||||
display: inline-block;
|
||||
font-size: 1.05rem;
|
||||
letter-spacing: .1rem;
|
||||
margin: 0.5rem 1rem;
|
||||
padding: 0.75em 2rem;
|
||||
text-decoration: none;
|
||||
transition: all .15s ease;
|
||||
}
|
||||
|
||||
section.cover a,
|
||||
section.cover a:hover {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
section.cover a {
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
* {
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-webkit-overflow-scrolling: touch;
|
||||
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
||||
-webkit-text-size-adjust: none;
|
||||
-webkit-touch-callout: none;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
/* 公用样式 */
|
||||
.token.selector {
|
||||
color: #42b983;
|
||||
|
|
Loading…
Reference in New Issue
Block a user