Skip to content

Commit 9f536e4

Browse files
committed
Fix the sidebar ad color
- Using transparency was a mistake especially when the sidebar color can be changed
1 parent f12f5fd commit 9f536e4

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)