1
0
mirror of https://github.com/krateng/maloja.git synced 2023-08-10 21:12:55 +03:00

Made setup more interactive

This commit is contained in:
Krateng
2019-03-04 17:39:21 +01:00
parent 58aae2643c
commit b6f3791eac
4 changed files with 140 additions and 8 deletions

View File

@@ -12,6 +12,10 @@ a {
text-decoration:none;
}
a.textlink {
color:gold;
}
a:hover {
text-decoration:underline;
}