mirror of
https://github.com/yv1ing/MollyBlog.git
synced 2025-09-16 14:53:45 +08:00
new: Added motto display on home page and archive pages
This commit is contained in:
@@ -22,4 +22,8 @@
|
||||
.history-post-pagination-item {
|
||||
color: var(--secondary-text-color);
|
||||
padding-right: 10px;
|
||||
}
|
||||
|
||||
#archive-motto-container {
|
||||
color: var(--secondary-text-color);
|
||||
}
|
||||
@@ -10,8 +10,8 @@
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'jetbrains-mono-medium';
|
||||
src: url('../../assets/css/webfonts/jetbrains-mono-medium.woff2') format('woff2');
|
||||
font-family: 'miseki-bitmap';
|
||||
src: url('../../assets/css/webfonts/miseki-bitmap.ttf') format('opentype');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
@@ -60,8 +60,7 @@ a:hover {
|
||||
}
|
||||
|
||||
::-webkit-scrollbar {
|
||||
width: 7px;
|
||||
height: 7px;
|
||||
width: 3px;
|
||||
}
|
||||
::-webkit-scrollbar-thumb {
|
||||
border-radius: 10px;
|
||||
@@ -106,6 +105,7 @@ a:hover {
|
||||
height: 340px;
|
||||
padding: 20px;
|
||||
border-radius: 4px;
|
||||
font-family: miseki-bitmap, serif;
|
||||
border: var(--secondary-text-color) 1px dashed;
|
||||
}
|
||||
|
||||
|
||||
@@ -17,4 +17,8 @@
|
||||
|
||||
.recent-post-item-date {
|
||||
color: var(--secondary-text-color);
|
||||
}
|
||||
|
||||
#index-motto-container {
|
||||
color: var(--secondary-text-color);
|
||||
}
|
||||
BIN
templates/default/assets/css/webfonts/miseki-bitmap.ttf
Normal file
BIN
templates/default/assets/css/webfonts/miseki-bitmap.ttf
Normal file
Binary file not shown.
Reference in New Issue
Block a user