diff --git a/docs/theme/docker/static/css/main.css b/docs/theme/docker/static/css/main.css index 756adb1989..605dfc9774 100755 --- a/docs/theme/docker/static/css/main.css +++ b/docs/theme/docker/static/css/main.css @@ -410,3 +410,23 @@ dt:hover > a.headerlink { .admonition.seealso { border-color: #23cb1f; } + +.versionchanged, +.versionadded, +.versionmodified, +.deprecated { + font-size: larger; + font-weight: bold; +} + +.versionchanged { + color: lightseagreen; +} + +.versionadded { + color: mediumblue; +} + +.deprecated { + color: orangered; +}