Skip to content

Commit 53b7913

Browse files
committed
Remove background colours from (un)translated classes
1 parent 58e64d4 commit 53b7913

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

sphinx/themes/basic/static/basic.css.jinja

-8
Original file line numberDiff line numberDiff line change
@@ -741,14 +741,6 @@ abbr, acronym {
741741
cursor: help;
742742
}
743743

744-
.translated {
745-
background-color: rgba(207, 255, 207, 0.2)
746-
}
747-
748-
.untranslated {
749-
background-color: rgba(255, 207, 207, 0.2)
750-
}
751-
752744
/* -- code displays --------------------------------------------------------- */
753745

754746
pre {

0 commit comments

Comments
 (0)