#!/bin/sh
-# Copyright 2022 - 2024 Paul Hänsch
+# Copyright 2022 - 2025 Paul Hänsch
#
# Permission to use, copy, modify, and/or distribute this software for any
# purpose with or without fee is hereby granted, provided that the above
theme_head(){
local IFS="$BR"
+ # <style> workaround to prevent lighthouse warning due to css loading race condition
printf '
<meta charset="utf-8">
+ <style>
+ h1, h2, h3, h4, h5, h6 {font-size: 1rem;}
+ </style>
<meta name="viewport" content="width=device-width">
'
for css in "$_BASE/%5B.%5D/cgilite/common.css" "$_BASE/%5B.%5D/themes/default.css" $PAGE_CSS; do