style links and add footer for screen reader

This commit is contained in:
prx 2021-09-29 14:09:10 +02:00
parent d39f35c3f9
commit 75880b082f
2 changed files with 15 additions and 4 deletions

View File

@ -1,4 +1,6 @@
</main>
<div id="license">Content under <a class="permalink" href="https://spdx.org/licenses/CC-BY-4.0.html">CC-BY-4.0</a></div>
<footer>
<div id="license">Content under <a class="permalink" href="https://spdx.org/licenses/CC-BY-4.0.html">CC-BY-4.0</a></div>
</footer>
</body>
</html>

View File

@ -31,7 +31,7 @@
/*} */
.permalink {
color: blue;
color: steelblue;
text-decoration: underline;
}
@ -43,6 +43,14 @@
color: darkgrey;
}*/
a {
color:black;
text-decoration:underline;
}
a::after { content: " ↗"; }
a:hover { color: plum; }
p {
text-align: justify;
text-justify: auto;
@ -90,8 +98,9 @@ img {
html { background-color: black; }
.permalink { color: deepskyblue;; }
/* .permalink:visited { color:#eee; }*/
img {border-color: #eee;}
#banner {border-color:#eee;}
img { border-color: #eee; }
#banner { border-color:#eee; }
a { color:#eee; }
}
</style>