underline hyperlinks

This commit is contained in:
Faryan Rezagholi
2019-03-11 20:27:16 +01:00
parent 9c33caf74e
commit b30ed702d3

View File

@@ -1,4 +1,5 @@
/* COMMON STUFF */
body {
background-color: #FFFFFF;
margin-left: 10px;
@@ -53,6 +54,7 @@ h5 {
a:link {
color: #5d6b70;
text-decoration: none;
text-decoration: underline;
}
a:visited {