small design and bug fixes

This commit is contained in:
Aleksey Chichenkov 2019-03-15 10:50:42 +03:00
부모 0f52f78c10
커밋 cf9e9d9652
5개의 변경된 파일21개의 추가작업 그리고 8개의 파일을 삭제

파일 보기

@ -172,7 +172,6 @@ h4, h4 a
{
font-size: 18px;
letter-spacing: -0.33px;
color: #4d4e53;
}
.compact-method .param > .name:before {
content: " ";

파일 보기

@ -43,8 +43,13 @@ body
background-color: white;
}
a, a:visited, a:active {
a {
text-decoration: none;
color: #0095dd;
}
a:visited, a:active {
color: #004fdd;
text-decoration: none;
}