footer link style

This commit is contained in:
2020-03-08 20:41:04 +08:00
parent 4e27ab4d90
commit 658fe6c822
+4
View File
@@ -107,6 +107,10 @@ html[dir='rtl'] .icon {
font-family: 'Segoe UI', Tahoma, sans-serif; font-family: 'Segoe UI', Tahoma, sans-serif;
font-size: 75%; font-size: 75%;
} }
.footer a, a:hover{
color: gray;
text-decoration: none;
}
.right{ .right{
float: right; float: right;
} }