Skip to content
This repository was archived by the owner on Nov 1, 2017. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 7 additions & 2 deletions static/shared/css/documentation.css
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ a img {
background-color: #297fc7;
color: #fff;
font-size: 16px;
padding: 15px 10px;
padding: 15px;
border-radius: 5px;
}

Expand All @@ -208,7 +208,7 @@ a img {
.button-secondary {
background-color: #738797;
font-size: 15px;
padding: 11px 10px;
padding: 12px;
-webkit-backface-visibility: hidden;
}

Expand Down Expand Up @@ -892,6 +892,11 @@ p code {

#markdown-toc li a {
color: #333;
text-decoration: underline;
}

#markdown-toc li a:hover {
color: #327fc7;
}

/* @end */
Expand Down