mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2024-11-23 15:57:57 +00:00
fontawesome: only use version 6 references #151
This commit is contained in:
parent
efc6c1cd52
commit
2f5ea664dd
1 changed files with 2 additions and 2 deletions
|
@ -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…
Reference in a new issue