瀏覽代碼

Small CSS tweak to correct the cursor when hovering over FAQ links. Fixes #59.

n1474335 8 年之前
父節點
當前提交
f8193797fa
共有 6 個文件被更改,包括 6 次插入2 次删除
  1. 0 0
      build/prod/cyberchef.htm
  2. 0 0
      build/prod/index.html
  3. 0 0
      build/prod/scripts.js
  4. 0 0
      build/prod/styles.css
  5. 4 0
      src/css/structure/overrides.css
  6. 2 2
      src/static/stats.txt

文件差異過大導致無法顯示
+ 0 - 0
build/prod/cyberchef.htm


文件差異過大導致無法顯示
+ 0 - 0
build/prod/index.html


文件差異過大導致無法顯示
+ 0 - 0
build/prod/scripts.js


文件差異過大導致無法顯示
+ 0 - 0
build/prod/styles.css


+ 4 - 0
src/css/structure/overrides.css

@@ -64,6 +64,10 @@ blockquote {
     font-size: inherit;
 }
 
+blockquote a {
+    cursor: pointer;
+}
+
 optgroup {
     font-weight: bold;
 }

+ 2 - 2
src/static/stats.txt

@@ -1,5 +1,5 @@
-210	source files
-114832	lines
+211	source files
+114836	lines
 4.3M	size
 
 141	JavaScript source files

部分文件因文件數量過多而無法顯示