Update 'theme-arc-blue.css'

This commit is contained in:
nous 2021-02-26 11:24:23 +01:00
parent 49d5f03c56
commit c29b5860d3
1 changed files with 1087 additions and 1061 deletions

View File

@ -1,4 +1,4 @@
tml {
html {
background: #171717;
color: #cacaca;
}
@ -1090,11 +1090,37 @@
.swagger-ui {
font-family: Open Sans, sans-serif;
background: #232323;
color: #eeeeee;
color: #eeeeee !important;
}
.swagger-ui .opblock .opblock-section-header {
background: #343434;
background: #1c1c1c;
}
.swagger-ui .opblock.opblock-deprecated .opblock-summary-method {
background: #656565;
}
.swagger-ui .info .title {
color: #37a319;
}
.swagger-ui .info .base-url {
color: #b0c1ee;
}
swagger-ui .info li, .swagger-ui .info p, .swagger-ui .info table {
color: #d1dbbd;
}
.swagger-ui .scheme-container {
background: #323232;
}
.swagger-ui .scheme-container .schemes > label {
color: #acadb2;
}
.swagger-ui select {
background: #3a8637;
color: #fff;
}
.swagger-ui input[type="email"], .swagger-ui input[type="file"], .swagger-ui input[type="password"], .swagger-ui input[type="search"], .swagger-ui input[type="text"], .swagger-ui textarea {
border: 1px solid #777676;
background: #1f1f1f !important;
}
element {
background: #1c1c1c;
}