Skip to content

Commit

Permalink
Minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
SkyEye-FAST committed Jan 20, 2024
1 parent 574cef4 commit b4876af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions static/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,8 @@
font-family: 'Fira Code';
font-style: normal;
font-weight: normal;
src: url('fonts/fira-code-v22-latin-regular.woff2') format('woff2');
src: local('Fira Code'),
url('fonts/fira-code-v22-latin-regular.woff2') format('woff2');
/* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

Expand Down Expand Up @@ -217,7 +218,6 @@ table tr:nth-child(even) {
.form .submit:hover {
background-color: #6493e7;
transform: translateY(2px);

}

/* 响应式设计 */
Expand Down

0 comments on commit b4876af

Please sign in to comment.