mirror of
https://github.com/Pathduck/pathduck.github.io.git
synced 2026-07-25 23:43:47 -04:00
Update colors
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>Themecolors Test Page</title>
|
||||
<style>
|
||||
div {text-shadow: white 1px 1px; font-weight: bolder; padding: 10px; border-radius: var(--radius);}
|
||||
</style>
|
||||
<title>Themecolors Test Page</title>
|
||||
<style>body {color: white; background: darkslategray;} a {color: deepskyblue;}</style>
|
||||
<style>
|
||||
div {text-shadow: white 1px 1px; font-weight: bolder; padding: 10px; border-radius: var(--radius);}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div style="background: var(--colorFg)">colorFg</div>
|
||||
|
||||
Reference in New Issue
Block a user