Add themecolors test

This commit is contained in:
Stian
2025-01-15 11:33:55 +01:00
parent d35824f1d4
commit 59ec73ec2f
+1 -1
View File
@@ -2,7 +2,7 @@
<head>
<title>Themecolors Test Page</title>
<style>
div {font-weight: bolder; padding: 10px; border-radius: var(--radius);}
div {text-shadow: white 0px 0px 3px; font-weight: bolder; padding: 10px; border-radius: var(--radius);}
</style>
</head>
<body>