fix: use higher specificity selectors for file cards

This commit is contained in:
Tom Vines 2025-08-08 12:14:31 +10:00
parent e94d387fdd
commit ad618b9341
Signed by: dragonwocky
SSH Key Fingerprint: SHA256:vCxDSu/DvGebbNiQjCVzOuxKmT8ODOzaLx+dTRtawyk
3 changed files with 6 additions and 6 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
basho-*.zip basho*.zip

View File

@ -5713,13 +5713,13 @@ html:not(.dark-mode) .header-nav .theme-toggle .if-is-dark {
box-shadow: none !important; box-shadow: none !important;
} }
.kg-file-card-container, .kg-file-card-container,
.kg-file-card-icon { .kg-file-card .kg-file-card-icon {
min-height: auto !important; min-height: auto !important;
} }
.kg-file-card-icon svg { .kg-file-card .kg-file-card-icon svg {
color: var(--color-font-one); color: var(--color-font-one);
} }
.kg-file-card-icon::before { .kg-file-card .kg-file-card-icon::before {
display: none; display: none;
} }
.kg-cta-sponsor-label span:not(a span) { .kg-cta-sponsor-label span:not(a span) {

View File

@ -1,7 +1,7 @@
{ {
"name": "basho", "name": "basho",
"demo": "https://basho.fueko.net", "demo": "https://basho.fueko.net",
"version": "2.6.3+2506", "version": "2.6.3+2508",
"docs": "https://fueko.net/docs/basho/", "docs": "https://fueko.net/docs/basho/",
"author": { "author": {
"name": "fueko", "name": "fueko",
@ -12,7 +12,7 @@
"ghost-theme" "ghost-theme"
], ],
"scripts": { "scripts": {
"build": "rm -f basho-2.6.3+2506.zip && zip -r basho-2.6.3+2506.zip * -x '*.git*' 'documentation*'" "build": "rm -f basho.zip && zip -r basho.zip * -x '*.git*' 'documentation*'"
}, },
"config": { "config": {
"posts_per_page": 6, "posts_per_page": 6,