mirror of
https://github.com/meilisearch/meilisearch.git
synced 2024-11-23 10:37:41 +08:00
Customize the mark tag css
This commit is contained in:
parent
aa92311d4e
commit
dd385ad05b
@ -1,9 +1,3 @@
|
|||||||
em {
|
|
||||||
color: hsl(204, 86%, 25%);
|
|
||||||
font-style: inherit;
|
|
||||||
background-color: hsl(204, 86%, 88%);
|
|
||||||
}
|
|
||||||
|
|
||||||
#results {
|
#results {
|
||||||
max-width: 900px;
|
max-width: 900px;
|
||||||
margin: 20px auto 0 auto;
|
margin: 20px auto 0 auto;
|
||||||
@ -69,6 +63,11 @@ em {
|
|||||||
color: rgba(0,0,0,.9);
|
color: rgba(0,0,0,.9);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.content mark {
|
||||||
|
background-color: hsl(204, 86%, 88%);
|
||||||
|
color: hsl(204, 86%, 25%);
|
||||||
|
}
|
||||||
|
|
||||||
@keyframes fadeInOut {
|
@keyframes fadeInOut {
|
||||||
0% { opacity: 1; }
|
0% { opacity: 1; }
|
||||||
30% { opacity: 0.3; }
|
30% { opacity: 0.3; }
|
||||||
@ -96,4 +95,9 @@ em {
|
|||||||
.content {
|
.content {
|
||||||
color: #dbdbdb;
|
color: #dbdbdb;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.content mark {
|
||||||
|
background-color: hsl(0, 0%, 35%);
|
||||||
|
color: hsl(0,0%,90.2%);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user