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> </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> </body>
</html> </html>

View File

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