summaryrefslogtreecommitdiffstats
path: root/common/CSS/highlight.css
diff options
context:
space:
mode:
Diffstat (limited to 'common/CSS/highlight.css')
-rw-r--r--common/CSS/highlight.css10
1 files changed, 7 insertions, 3 deletions
diff --git a/common/CSS/highlight.css b/common/CSS/highlight.css
index 092a52b..14b71ed 100644
--- a/common/CSS/highlight.css
+++ b/common/CSS/highlight.css
@@ -73,7 +73,11 @@ pre .btn-tip {
73 border-radius: 4px; 73 border-radius: 4px;
74} 74}
75 75
76/* 代码复制时全选但不能被看到 */ 76/* 代码复制时全选但不能被看到
77code ::selection { 77 * 该功能是不道德的,用户想要怎么复制是人家的权利
78 * 即使是自己用起来也经常只需要复制一段
79 * 所以还是让用户自由复制吧
80 */
81/* code ::selection {
78 background-color: rgba(0, 0, 0, 0); 82 background-color: rgba(0, 0, 0, 0);
79} \ No newline at end of file 83} */ \ No newline at end of file