This commit is contained in:
fred 2023-10-20 22:16:17 +02:00
parent 20ff5746ca
commit 56e29ea22d
1 changed files with 23 additions and 0 deletions

View File

@ -69,6 +69,29 @@ header {
box-sizing: border-box;
}
you are looking for this:
a:visited{
color:blue;
}
a:link{
color:blue;
}
a:visited{
color:purple;
}
a:hover{
color:orange;
}
a:focus{
color:green;
}
a:active{
color:red;
}
</style>
<!-- Astro API JS LIB -->
<script src="http://127.0.0.1:8080/ipfs/Qmae5v9zydax9u6C9ceDijURu5PYdd5avmv4NkenCw7RFv/astro.js"></script>