diff --git a/index.html b/index.html
index 6afd253..94fb581 100644
--- a/index.html
+++ b/index.html
@@ -398,6 +398,24 @@
color: #3498db !important;
}
+ /* Paragraph */
+ [data-theme="dark"] [id^="operations-tag-"] small p {
+ color: #a0a0a0;
+ }
+
+ /* Button */
+ [data-theme="dark"] .schemes .auth-wrapper .authorize {
+ border-color: #2ecc71 !important;
+ }
+
+ /* Operations borders */
+ [data-theme="dark"] [id^="operations-"] {
+ border-bottom-color: #61affe;
+ border-top-color: #61affe;
+ border-right-color: #61affe;
+ border-left-color: #61affe;
+ }
+
[data-theme="dark"] .swagger-ui .opblock-tag-section {
background: #2d2d2d !important;
}