1
0
mirror of https://github.com/Pathduck/pathduck.github.io.git synced 2025-12-29 11:45:20 -05:00

Add themecolors test

This commit is contained in:
Stian
2025-01-15 11:33:55 +01:00
parent 498a58f16c
commit 9d331ab999

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>