Add themecolors test

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