浏览代码

Fixed some buttons being selectable

tags/v1.0.0
Fen Dweller 6 年前
父节点
当前提交
59d78f4dbe
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. +2
    -0
      style.css

+ 2
- 0
style.css 查看文件

@@ -319,6 +319,7 @@ body.dark .custom-category div {
background: #222;
}
.custom-header-static {
user-select: none;
font-size: 250%;
margin: 10px;
display: inline-block;
@@ -333,6 +334,7 @@ body.dark .custom-header-static {
}

.custom-header {
user-select: none;
font-size: 250%;
margin: 10px;
display: inline-block;


正在加载...
取消
保存