Skip to content

Commit

Permalink
优化搜索结果样式
Browse files Browse the repository at this point in the history
  • Loading branch information
cayxc committed Jan 24, 2025
1 parent 26debee commit 3ef1487
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 0 deletions.
9 changes: 9 additions & 0 deletions mdmdt-dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -2014,6 +2014,15 @@ body.typora-export {
border-radius: 3px;
box-shadow: 0 0 5px var(--color-1) !important;
}
/*search stylle*/
.md-search-hit {
background: var(--color-2-0-c) !important;
color: #070909 !important;
}
.md-search-select{
background: var(--color-2) !important;
color: #070909 !important;
}

/*
* ------------------------
Expand Down
9 changes: 9 additions & 0 deletions mdmdt-light.css
Original file line number Diff line number Diff line change
Expand Up @@ -2004,6 +2004,15 @@ body.typora-export {
border-radius: 3px;
box-shadow: 0 0 5px var(--color-1) !important;
}
/*search stylle*/
.md-search-hit {
background: var(--color-2-0-c) !important;
color: #070909 !important;
}
.md-search-select{
background: var(--color-2) !important;
color: #070909 !important;
}

/*
* ------------------------
Expand Down
9 changes: 9 additions & 0 deletions mdmdt.css
Original file line number Diff line number Diff line change
Expand Up @@ -2005,6 +2005,15 @@ body.typora-export {
border-radius: 3px;
box-shadow: 0 0 5px var(--color-1) !important;
}
/*search stylle*/
.md-search-hit {
background: var(--color-2-0-c) !important;
color: #070909 !important;
}
.md-search-select{
background: var(--color-2) !important;
color: #070909 !important;
}

/*
* ------------------------
Expand Down

0 comments on commit 3ef1487

Please sign in to comment.