mirror of
https://codeberg.org/teddit/teddit.git
synced 2026-04-20 22:04:39 -04:00
rm fontello font
This commit is contained in:
+11
-4
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user