Skip to content

Commit 5a3e2a5

Browse files
committed
Merge pull request github#355 from github/add-css-changes
Add css changes
2 parents 30bdb1c + c45876e commit 5a3e2a5

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

static/shared/css/documentation.css

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ a img {
196196
background-color: #297fc7;
197197
color: #fff;
198198
font-size: 16px;
199-
padding: 15px 10px;
199+
padding: 15px;
200200
border-radius: 5px;
201201
}
202202

@@ -208,7 +208,7 @@ a img {
208208
.button-secondary {
209209
background-color: #738797;
210210
font-size: 15px;
211-
padding: 11px 10px;
211+
padding: 12px;
212212
-webkit-backface-visibility: hidden;
213213
}
214214

@@ -892,6 +892,11 @@ p code {
892892

893893
#markdown-toc li a {
894894
color: #333;
895+
text-decoration: underline;
896+
}
897+
898+
#markdown-toc li a:hover {
899+
color: #327fc7;
895900
}
896901

897902
/* @end */

0 commit comments

Comments
 (0)