Skip to content

Commit

Permalink
Changed caution text block color
Browse files Browse the repository at this point in the history
  • Loading branch information
mprinkezs committed Oct 26, 2023
1 parent add9e52 commit 049f43c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/_static/css/theme_zeiss.css
Original file line number Diff line number Diff line change
Expand Up @@ -99,12 +99,12 @@ a:visited {
}

/* Changed from #1abc9c -> ZEISS Green */
.rst-content .important .admonition-title, .rst-content .hint .admonition-title {
.rst-content .important .admonition-title, .rst-content .hint .admonition-title, .rst-content .caution .admonition-title {
background: #1E8565;
}

/* Changed from #dbfaf4 -> ZEISS Ultralight Gray */
.rst-content .important, .rst-content .hint {
.rst-content .important, .rst-content .hint, .rst-content .caution {
background: #DCE3E9;
}

Expand Down

0 comments on commit 049f43c

Please sign in to comment.