rm fontello font

This commit is contained in:
teddit
2020-12-30 21:36:49 +01:00
parent aa67daaa4a
commit 7d82f47471
9 changed files with 13 additions and 83 deletions
+11 -4
View File
@@ -235,6 +235,11 @@ nav .settings {
float: right;
padding-right: 20px;
padding-top: 10px;
font-size: 0.81rem;
}
nav .settings a {
font-size: 0.81rem;
margin-left: 18px;
}
nav .settings .icon-container {
float: left;
@@ -250,12 +255,14 @@ nav .nav-item.left a {
font-size: 15px;
font-weight: initial;
}
nav .nav-item.left a:hover,nav .nav-item.left a:focus {
nav .nav-item.left a:hover
nav .nav-item.left a:focus {
color: white;
}
nav .settings a:hover,nav .settings a:focus {
color: gray;
text-decoration: none;
nav a:hover,
nav a:focus {
color: white;
text-decoration: underline;
}
.top-links a {
padding-right: 6px;