mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-25 17:26:17 -04:00
Small CSS tweak to correct the cursor when hovering over FAQ links. Fixes #59.
This commit is contained in:
parent
6642471164
commit
f8193797fa
6 changed files with 12 additions and 8 deletions
|
@ -64,6 +64,10 @@ blockquote {
|
|||
font-size: inherit;
|
||||
}
|
||||
|
||||
blockquote a {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
optgroup {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue