Skip to content

Commit fefdfdd

Browse files
(generator) Fix base.css
1 parent 9cebb02 commit fefdfdd

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

src/documentation/templates/base.css

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -637,9 +637,9 @@ blockquote {
637637
margin-left: 10px;
638638
padding-top: 10px;
639639
padding-bottom: 10px;
640-
blockquote {
641-
opacity: 0.75;
642-
}
640+
}
641+
blockquote blockquote {
642+
opacity: 0.75;
643643
}
644644
blockquote:hover {
645645
border-color: var(--cl);
@@ -1003,15 +1003,15 @@ h1, h2, h3 {
10031003
border-bottom-right-radius: 10px;
10041004
overflow: hidden;
10051005
border: 1px solid var(--md);
1006-
a {
1007-
height: 19px;
1008-
overflow: hidden;
1009-
}
1010-
span {
1011-
opacity: 0.75;
1012-
width: 100%;
1013-
text-align: center;
1014-
}
1006+
}
1007+
.search a {
1008+
height: 19px;
1009+
overflow: hidden;
1010+
}
1011+
.search span {
1012+
opacity: 0.75;
1013+
width: 100%;
1014+
text-align: center;
10151015
}
10161016
.firefox .search, .ios .search {
10171017
backdrop-filter: blur(4px) brightness(0.3) !important;

0 commit comments

Comments
 (0)