Update index.php

This commit is contained in:
2025-12-29 21:09:50 +01:00
parent f36952a16a
commit 572d7bb8df

View File

@@ -15,8 +15,7 @@
margin: 0; margin: 0;
font-family: 'Courier New', Courier, monospace; font-family: 'Courier New', Courier, monospace;
background-color: rgba(36, 93, 164, 1); background-color: rgba(36, 93, 164, 1);
color: #000000; color: #ffffff; /* wit voor goed contrast */
} }
h1 { h1 {
@@ -34,12 +33,14 @@
a { a {
text-decoration: none; /* onderstreping weg */ text-decoration: none; /* onderstreping weg */
color: blue; color: #00ffff; /* mooie cyan kleur */
font-size: 18px; font-size: 18px;
transition: color 0.2s;
} }
a:hover { a:hover {
text-decoration: underline; text-decoration: underline;
color: #000000; /* hover kleur verandert naar oranje */
} }
</style> </style>
</head> </head>
@@ -63,7 +64,7 @@
<li><a href="https://bin.de-roo.org">Text paste-bin</a></li> <li><a href="https://bin.de-roo.org">Text paste-bin</a></li>
<li><a href="familieberichten.html">Familieberichten</a></li> <li><a href="familieberichten.html">Familieberichten</a></li>
<li><a href="http://spacedesk.de-roo.org">Desktop uitbreiding</a></li> <li><a href="http://spacedesk.de-roo.org">Desktop uitbreiding</a></li>
<li><a href="rekenmachine.html" target="_blank">🧮</a></li> <li><a href="rekenmachine.html" target="_blank">rekenmachine</a></li>
</ul> </ul>
</body> </body>
</html> </html>