Quellcode durchsuchen

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

n1474335 vor 8 Jahren
Ursprung
Commit
f8193797fa

Datei-Diff unterdrückt, da er zu groß ist
+ 0 - 0
build/prod/cyberchef.htm


Datei-Diff unterdrückt, da er zu groß ist
+ 0 - 0
build/prod/index.html


Datei-Diff unterdrückt, da er zu groß ist
+ 0 - 0
build/prod/scripts.js


Datei-Diff unterdrückt, da er zu groß ist
+ 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

Einige Dateien werden nicht angezeigt, da zu viele Dateien in diesem Diff geändert wurden.