This commit is contained in:
David Miller
2021-07-16 22:36:00 +08:00
parent b1f6141de1
commit f7de7842d2
2 changed files with 5 additions and 25 deletions

File diff suppressed because one or more lines are too long

View File

@@ -1,5 +1,5 @@
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,900"); @import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,900");
@import url("fontawesome-all.min.css"); @import url("https://static.jemmylovejenny.tk/styles/fontawesome.css");
/* /*
Aerial by HTML5 UP Aerial by HTML5 UP
@@ -132,26 +132,15 @@ input, select, textarea {
.icon:before { .icon:before {
-moz-osx-font-smoothing: grayscale; -moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased; -webkit-font-smoothing: antialiased;
display: inline-block; font-family: FontAwesome;
font-style: normal; font-style: normal;
font-variant: normal; font-weight: normal;
text-rendering: auto;
line-height: 1;
text-transform: none !important; text-transform: none !important;
font-family: 'Font Awesome 5 Free';
font-weight: 400;
} }
.icon > .label { .icon > .label {
display: none;
}
.icon.solid:before {
font-weight: 900; font-weight: 900;
} -webkit-text-stroke: 1px #000;
.icon.brands:before {
font-family: 'Font Awesome 5 Brands';
} }
/* Wrapper */ /* Wrapper */
@@ -704,11 +693,6 @@ input, select, textarea {
background-color: rgba(255, 255, 255, 0.35); background-color: rgba(255, 255, 255, 0.35);
color: #fff; color: #fff;
} }
#header nav a span {
display: none;
}
/* Footer */ /* Footer */
#footer { #footer {
@@ -1078,4 +1062,4 @@ input, select, textarea {
#header nav { #header nav {
padding: 0 1em; padding: 0 1em;
} } } }