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