Update search highlight style
This commit is contained in:
@@ -16,20 +16,23 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.black-outline {
|
.black-outline {
|
||||||
text-shadow: /* also change .flow-item-row-with-prompt:hover::before */ -1px -1px
|
text-shadow: /* also change .flow-item-row-with-prompt:hover::before */
|
||||||
0 rgba(0, 0, 0, 0.6),
|
-1px -1px 0 rgba(0, 0, 0, 0.6),
|
||||||
0 -1px 0 rgba(0, 0, 0, 0.6), 1px -1px 0 rgba(0, 0, 0, 0.6),
|
0 -1px 0 rgba(0, 0, 0, 0.6),
|
||||||
-1px 1px 0 rgba(0, 0, 0, 0.6), 0 1px 0 rgba(0, 0, 0, 0.6),
|
1px -1px 0 rgba(0, 0, 0, 0.6),
|
||||||
|
-1px 1px 0 rgba(0, 0, 0, 0.6),
|
||||||
|
0 1px 0 rgba(0, 0, 0, 0.6),
|
||||||
1px 1px 0 rgba(0, 0, 0, 0.6);
|
1px 1px 0 rgba(0, 0, 0, 0.6);
|
||||||
}
|
}
|
||||||
|
|
||||||
.search-query-highlight {
|
.search-query-highlight {
|
||||||
border-bottom: 1px solid black;
|
background-color: #fff3a3;
|
||||||
font-weight: bold;
|
border-radius: 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.root-dark-mode .search-query-highlight {
|
.root-dark-mode .search-query-highlight {
|
||||||
border-bottom: 1px solid white;
|
background-color: #665400;
|
||||||
|
color: #fff4b8;
|
||||||
}
|
}
|
||||||
|
|
||||||
.url-pid-link {
|
.url-pid-link {
|
||||||
@@ -84,7 +87,7 @@ blockquote {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.icon-up-and-down:before {
|
.icon-up-and-down:before {
|
||||||
content:"";
|
content: '';
|
||||||
background-image: url('images/up_and_down.png');
|
background-image: url('images/up_and_down.png');
|
||||||
background-size: 18px 18px;
|
background-size: 18px 18px;
|
||||||
width: 18px;
|
width: 18px;
|
||||||
|
|||||||
Reference in New Issue
Block a user