소스 검색

Add monospace fallback for titles

master
Fen Dweller 5 년 전
부모
커밋
04481f0f19
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      static/sexy.css

+ 1
- 1
static/sexy.css 파일 보기

@@ -217,7 +217,7 @@ a:hover {
top: 50%;
transform: translate(-50%, -50%) scale(1, 1);
z-index: 1;
font-family: 'Source Code Pro';
font-family: 'Source Code Pro', monospace;
transition: 0.4s ease-out;
}



불러오는 중...
취소
저장