mirror of
https://gitea.artixlinux.org/artix/gitea-dark-blue.git
synced 2024-12-18 15:54:22 +00:00
Update 'theme-arc-blue.css'
This commit is contained in:
parent
49d5f03c56
commit
c29b5860d3
@ -1,4 +1,4 @@
|
|||||||
tml {
|
html {
|
||||||
background: #171717;
|
background: #171717;
|
||||||
color: #cacaca;
|
color: #cacaca;
|
||||||
}
|
}
|
||||||
@ -1090,11 +1090,37 @@
|
|||||||
.swagger-ui {
|
.swagger-ui {
|
||||||
font-family: Open Sans, sans-serif;
|
font-family: Open Sans, sans-serif;
|
||||||
background: #232323;
|
background: #232323;
|
||||||
color: #eeeeee;
|
color: #eeeeee !important;
|
||||||
}
|
}
|
||||||
.swagger-ui .opblock .opblock-section-header {
|
.swagger-ui .opblock .opblock-section-header {
|
||||||
background: #343434;
|
background: #1c1c1c;
|
||||||
|
}
|
||||||
|
.swagger-ui .opblock.opblock-deprecated .opblock-summary-method {
|
||||||
|
background: #656565;
|
||||||
}
|
}
|
||||||
.swagger-ui .info .title {
|
.swagger-ui .info .title {
|
||||||
color: #37a319;
|
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;
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user