white final + posts iframe

This commit is contained in:
2025-04-25 23:41:21 +02:00
parent 670634dfbe
commit 73fbf79e34
2 changed files with 7 additions and 4 deletions

View File

@@ -10,24 +10,24 @@ body {
}
a:link {
color: white;
color: black;
text-shadow: -1px -1px 0 #000, 1px -1px #000, -1px 1px #000, 1px 1px #000;
}
a:visited {
color: white;
color: black;
text-shadow: -1px -1px 0 #000, 1px -1px #000, -1px 1px #000, 1px 1px #000;
}
a:hover {
color: white;
color: black;
text-shadow: -1px -1px 0 #000, 1px -1px #000, -1px 1px #000, 1px 1px #000;
}
a:active {
color: white;
color: black;
/*text-shadow: -1px -1px 0 #000, 1px -1px #000, -1px 1px #000, 1px 1px #000;*/
}