fix: Update global.css

This commit is contained in:
2024-12-21 09:56:46 +08:00
committed by GitHub
parent c478735d44
commit 633dc9ecf4

View File

@@ -9,12 +9,12 @@
--background-color: #191c1d; --background-color: #191c1d;
} }
@font-face { /* @font-face {
font-family: 'miseki-bitmap'; font-family: 'miseki-bitmap';
src: url('../../assets/css/webfonts/miseki-bitmap.ttf') format('opentype'); src: url('../../assets/css/webfonts/miseki-bitmap.ttf') format('opentype');
font-weight: normal; font-weight: normal;
font-style: normal; font-style: normal;
} } */
/*@font-face {*/ /*@font-face {*/
/* font-family: 'meslo-lg-s-regular-for-powerline';*/ /* font-family: 'meslo-lg-s-regular-for-powerline';*/
@@ -112,7 +112,7 @@ a:hover {
height: 340px; height: 340px;
padding: 20px; padding: 20px;
border-radius: 4px; border-radius: 4px;
font-family: miseki-bitmap, serif; /* font-family: miseki-bitmap, serif; */
border: var(--secondary-text-color) 1px dashed; border: var(--secondary-text-color) 1px dashed;
} }
@@ -143,4 +143,4 @@ a:hover {
.search-button:hover { .search-button:hover {
background: var(--primary-color); background: var(--primary-color);
} }