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