2 Commits

Author SHA1 Message Date
Sodbileg Gansukh
d09d421326 v1.3.1 2024-07-10 18:22:27 +08:00
Sodbileg Gansukh
457397b4f1 Fixed bookmark card text color 2024-07-10 18:12:28 +08:00
4 changed files with 4 additions and 3 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -2381,6 +2381,7 @@ blockquote.kg-blockquote-alt {
.kg-bookmark-card a.kg-bookmark-container,
.kg-bookmark-card a.kg-bookmark-container:hover {
background: var(--background-color) !important;
color: var(--color-darker-gray) !important;
}
.kg-bookmark-card .kg-bookmark-content {

View File

@@ -2,7 +2,7 @@
"name": "source",
"description": "A default theme for the Ghost publishing platform",
"demo": "https://source.ghost.io",
"version": "1.3.0",
"version": "1.3.1",
"engines": {
"ghost": ">=5.0.0"
},