Skip to content

Commit 9fcfcb5

Browse files
committedSep 28, 2021
chore: update .github/workflows/ci.yml
1 parent 3e6e642 commit 9fcfcb5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
 

‎.github/workflows/ci.yml

+4
Original file line numberDiff line numberDiff line change
@@ -164,11 +164,14 @@ jobs:
164164
body, html { height: 100%; font-size: 12px; font-family: Avenir Next,PingFang SC,Hiragino Sans GB,Droid Sans Fallback,Microsoft YaHei,sans-serif; }
165165
h1 { font-size: 2.6rem; font-weight: 300; }
166166
h1 sup { color: #7b7b7b; font-size: 14px; position: absolute; font-weight: normal;}
167+
.docbtn { background: #2196f3; display: inline-block; padding: 5px 12px; color: #fff; border-radius: 2px; transition: all 0.3s; }
168+
.docbtn:hover { background: #377eb7; }
167169
a:hover { color: #0949d1; }
168170
.header { position: relative; width: 100%; height: 60%; text-align: center; }
169171
.list { border-spacing: 0; border-collapse: collapse; margin: 0 auto 0 auto;}
170172
.list td { padding: 3px 10px; line-height: 21px; }
171173
.list td svg { display: block; }
174+
.list tr { transition: all 0.3s; }
172175
.list tr:hover { background-color: #f1f1f1; }
173176
.links { text-align: center; padding: 50px 0 0 0; font-size: 14px; }
174177
.footer { color: #696969; text-align: center; padding: 10px 0 90px 0; }
@@ -178,6 +181,7 @@ jobs:
178181
<body>
179182
<table class="header"> <tbody> <tr> <td>
180183
<h1>TSBB Example Zip Files<sup>v$VERSION_NUMBER</sup></h1>
184+
<a target="__blank" class="docbtn" href="doc.html">Document</a>
181185
</td> </tr> </tbody> </table>
182186
183187
<table class="list">

0 commit comments

Comments
 (0)
Please sign in to comment.