Update static/css/content.css

This commit is contained in:
TheJoKlLa 2021-12-15 17:51:37 +00:00
parent a0e5d7b17a
commit dcca2635af

View File

@ -1,7 +1,7 @@
/*main*/ /*main*/
main a { main a {
color: var(--color-main-text); color: var(--color-main-text);
text-decoration: none; text-decoration: underline;
} }
main a:hover { main a:hover {
@ -65,4 +65,4 @@ main .header-project .content .logo {
.text-justify img { .text-justify img {
display: block; display: block;
margin: 50px auto; margin: 50px auto;
} }