all repos — h3rald @ 90db4d9bca6b8462b796368c8b52b131544166d9

The source code of the h3rald.com web site.

Fixes.
h3rald h3rald@h3rald.com
Tue, 16 Jun 2026 10:54:51 +0200
commit

90db4d9bca6b8462b796368c8b52b131544166d9

parent

9e179448d741564b7a1072e7d82ee67e1846db8d

1 files changed, 6 insertions(+), 6 deletions(-)

jump to
M assets/styles/style.cssassets/styles/style.css

@@ -321,7 +321,7 @@ border: 1px solid snow;

} .badge-content { - width: 48px; + width: 42px; text-align: center; border: 1px solid snow; }

@@ -334,31 +334,31 @@

.badge-bedrock { color: snow; background: royalblue; - width: 60px; + width: 64px; } .badge-operational { color: black; background: goldenrod; - width: 60px; + width: 64px; } .badge-prototype { color: snow; background: chocolate; - width: 60px; + width: 64px; } .badge-consolidated { color: snow; background: seagreen; - width: 60px; + width: 64px; } .badge-license { color: snow; background: lightslategray; - width: 60px; + width: 64px; } .panel,