瀏覽代碼

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;
}



Loading…
取消
儲存