mirror of
https://github.com/gchq/CyberChef
synced 2026-01-09 12:03:30 +00:00
Small CSS tweak to correct the cursor when hovering over FAQ links. Fixes #59.
This commit is contained in:
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -64,6 +64,10 @@ blockquote {
|
||||
font-size: inherit;
|
||||
}
|
||||
|
||||
blockquote a {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
optgroup {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
210 source files
|
||||
114832 lines
|
||||
211 source files
|
||||
114836 lines
|
||||
4.3M size
|
||||
|
||||
141 JavaScript source files
|
||||
|
||||
Reference in New Issue
Block a user