footer link style

This commit is contained in:
Pavel Kuleshov 2020-03-08 20:41:04 +08:00
parent 4e27ab4d90
commit 658fe6c822

View File

@ -107,6 +107,10 @@ html[dir='rtl'] .icon {
font-family: 'Segoe UI', Tahoma, sans-serif;
font-size: 75%;
}
.footer a, a:hover{
color: gray;
text-decoration: none;
}
.right{
float: right;
}