More CSS simplification

Edit domain names, updates credentials and virtuals
Model domain tests for length and valid characters
This commit is contained in:
2024-05-20 12:41:45 +01:00
parent 781b2bb9f0
commit dcd4efdd4e
7 changed files with 50 additions and 5 deletions

View File

@@ -135,3 +135,16 @@ footer {
footer ul, footer h3 , footer li {
margin:10px;
}
a, a:visited {
color:blue;
text-decoration:none;
}
a:hover {
color:red;
background-color:yellow;
text-decoration:underline;
}