Skip to content

Commit ae14393

Browse files
authored
Merge pull request readthedocs#5731 from rtfd/davidfischer/sidebar-ad-color-fix
Fix the sidebar ad color
2 parents 6a84ae6 + 9f536e4 commit ae14393

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

media/css/readthedocs-doc-embed.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ div.ethical-footer {
250250

251251
/* Dark theme */
252252
.ethical-dark-theme .ethical-sidebar {
253-
background-color: rgba(255, 255, 255, 0.1);
253+
background-color: #4e4b4b;
254254
border: 1px solid #a0a0a0;
255255
color: #c2c2c2 !important;
256256
}

0 commit comments

Comments
 (0)