Skip to content

Commit 3918ac9

Browse files
committed
[UG] Change "method" color from blue (original) to (CI) orange
1 parent 828cb24 commit 3918ac9

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

  • user_guide_src/source/_themes/sphinx_rtd_theme/static/css

user_guide_src/source/_themes/sphinx_rtd_theme/static/css/citheme.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,12 @@ div#pulldown-menu {
163163
overflow: visible;
164164
}
165165

166+
.rst-content dl:not(.docutils) dt {
167+
background: #fbefeb;
168+
color: #dd4814;
169+
border-top: solid 3px #dd4814;
170+
}
171+
166172
/* Footer ------------------------------------------------------------------- */
167173

168174
.rst-footer-buttons {

0 commit comments

Comments
 (0)