no shadow

This commit is contained in:
2025-04-25 23:47:22 +02:00
parent 7622ada893
commit cf75771cdd
4 changed files with 12 additions and 7 deletions

View File

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