mirror of
https://github.com/McShelby/hugo-theme-relearn
synced 2025-04-30 22:20:21 +08:00
fontawesome: only use version 6 references #151
This commit is contained in:
parent
efc6c1cd52
commit
2f5ea664dd
@ -512,7 +512,7 @@ div.box > .box-label {
|
|||||||
|
|
||||||
div.box > .box-label:first-child:before {
|
div.box > .box-label:first-child:before {
|
||||||
content: "";
|
content: "";
|
||||||
font-family: "Font Awesome 5 Free";
|
font-family: "Font Awesome 6 Free";
|
||||||
font-weight: 900;
|
font-weight: 900;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -1053,7 +1053,7 @@ a[aria-disabled="true"] {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.copy-to-clipboard > i {
|
.copy-to-clipboard > i {
|
||||||
font-family: "Font Awesome 5 Free";
|
font-family: "Font Awesome 6 Free";
|
||||||
font-size: 92%;
|
font-size: 92%;
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
margin-left: -22px;
|
margin-left: -22px;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user