fix: use higher specificity selectors for file cards
This commit is contained in:
parent
e94d387fdd
commit
ad618b9341
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
basho-*.zip
|
||||
basho*.zip
|
@ -5713,13 +5713,13 @@ html:not(.dark-mode) .header-nav .theme-toggle .if-is-dark {
|
||||
box-shadow: none !important;
|
||||
}
|
||||
.kg-file-card-container,
|
||||
.kg-file-card-icon {
|
||||
.kg-file-card .kg-file-card-icon {
|
||||
min-height: auto !important;
|
||||
}
|
||||
.kg-file-card-icon svg {
|
||||
.kg-file-card .kg-file-card-icon svg {
|
||||
color: var(--color-font-one);
|
||||
}
|
||||
.kg-file-card-icon::before {
|
||||
.kg-file-card .kg-file-card-icon::before {
|
||||
display: none;
|
||||
}
|
||||
.kg-cta-sponsor-label span:not(a span) {
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "basho",
|
||||
"demo": "https://basho.fueko.net",
|
||||
"version": "2.6.3+2506",
|
||||
"version": "2.6.3+2508",
|
||||
"docs": "https://fueko.net/docs/basho/",
|
||||
"author": {
|
||||
"name": "fueko",
|
||||
@ -12,7 +12,7 @@
|
||||
"ghost-theme"
|
||||
],
|
||||
"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": {
|
||||
"posts_per_page": 6,
|
||||
|
Loading…
Reference in New Issue
Block a user