Skip to content

Commit bec84bf

Browse files
committed
Adjusted the search highlighted elements
- renamed all background to background-color
1 parent 706918d commit bec84bf

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

python_docs_dark.user.css

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
}
2828

2929
::-webkit-scrollbar-thumb {
30-
background: #424242;
30+
background-color: #424242;
3131
border-radius: 4px;
3232
}
3333

@@ -69,7 +69,7 @@
6969

7070
div {
7171
color: var(--text-normal);
72-
background: var(--background-dark);
72+
background-color: var(--background-dark);
7373
}
7474

7575
p {
@@ -94,11 +94,11 @@
9494
}
9595

9696
div.body {
97-
background: inherit;
97+
background-color: inherit;
9898
}
9999

100100
div.sidebar {
101-
background: var(--background-light);
101+
background-color: var(--background-light);
102102
border: 2px solid var(--background-gray);
103103
}
104104

@@ -109,20 +109,20 @@
109109
div.body h5,
110110
div.body h6 {
111111
color: var(--text-light);
112-
background: var(--background-dark);
112+
background-color: var(--background-dark);
113113
}
114114

115115
div.body pre {
116116
color: var(--text-normal);
117-
background: var(--background-light);
117+
background-color: var(--background-light);
118118
border: 2px solid var(--background-gray);
119119
}
120120

121121
div.seealso,
122122
div.note,
123123
th,
124124
dl.field-list > dt {
125-
background: var(--background-light);
125+
background-color: var(--background-light);
126126
}
127127

128128
div.body div.seealso {
@@ -131,7 +131,7 @@
131131

132132
span.pre {
133133
color: var(--text-code-general);
134-
background: var(--background-gray);
134+
background-color: var(--background-gray);
135135
border: 0.4px solid var(--background-gray);
136136
border-radius: 5px;
137137
}
@@ -142,15 +142,15 @@
142142
}
143143

144144
span.highlighted {
145-
color: #181818;
146-
background-color: #fbe54e;
147-
border: 2px solid #fbe54e;
148-
border-radius: 10px;
145+
color: #0f0f0f;
146+
background-color:#fff08c;
147+
border: 0.4px solid #fff08c;
148+
border-radius: 5px;
149149
}
150150

151151
table.docutils td,
152152
table.docutils th {
153-
background: var(--background-light);
153+
background-color: var(--background-light);
154154
border: 1px solid #5f5f5f !important;
155155
}
156156

0 commit comments

Comments
 (0)