mirror of
https://github.com/yv1ing/MollyBlog.git
synced 2025-09-16 14:53:45 +08:00
fix: Update global.css
This commit is contained in:
@@ -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);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user