diff options
-rw-r--r-- | libweb.css | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -72,8 +72,8 @@ contact via mail: me@xengineering.eu background-color: var(--background-color-light); } -head { - display: none; /* do not display anything from the head section */ +head, script { + display: none; } main { |