diff --git a/doc/org/syntax.css b/doc/org/syntax.css index ed1eebe5c..50a3323d8 100644 --- a/doc/org/syntax.css +++ b/doc/org/syntax.css @@ -1,875 +1,871 @@ - +a { + color: inherit; + background-color: inherit; + font: inherit; + text-decoration: inherit; +} +a:hover { + text-decoration: underline; +}