small design and bug fixes
This commit is contained in:
부모
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;
|
||||
}
|
||||
|
||||
|
|
불러오는 중…
테이블 추가
Add a link
Reference in a new issue