Update FontAwesome to v6.1.2

This commit is contained in:
Maximilian Krög
2022-08-13 23:10:14 +02:00
parent 0c3b98592d
commit bc65f2d704
7 changed files with 52 additions and 38 deletions

View File

@@ -477,15 +477,19 @@ div.code-toolbar>.toolbar button:focus {
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, .25);
}
div.code-toolbar>.toolbar button {
background-color: rgba(255, 255, 255, .625);
border-radius: 0 0 0 10px;
margin: 1px;
}
div.code-toolbar>.toolbar button:before {
margin-right: .184em;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
content: "\f0ea";
font: var(--fa-font-solid);
font-size: 1.33333333em;
line-height: .75em;
content: "\f0ea";
text-rendering: auto;
-webkit-font-smoothing: antialiased;
margin-right: .184em;
vertical-align: middle;
}