1
0
Fork 0
forked from forgejo/forgejo

Remove remaining fontawesome usage in templates (#15952)

Can not remove the dependency yet because easymde depends on it.
This commit is contained in:
silverwind 2021-05-22 23:29:46 +02:00 committed by GitHub
parent 5c7e2f47b7
commit 308b562b3c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 17 additions and 16 deletions

View file

@ -1162,12 +1162,6 @@ footer {
padding: 0 .5rem;
max-width: calc(100vw - 1rem) !important;
.fa {
width: 16px;
text-align: center;
color: var(--color-primary);
}
.links > * {
border-left: 1px solid var(--color-secondary);
padding-left: 8px;