Update 'theme-arc-blue.css'

This commit is contained in:
nous 2021-02-26 11:26:56 +01:00
parent c29b5860d3
commit 35bec59b87
1 changed files with 7 additions and 0 deletions

View File

@ -6,6 +6,10 @@ body {
background: #131313;
color: #afafaf;
}
element {
background: #1c1c1c;
color: #cbcbcb;
}
a {
color: #86acd1;
}
@ -1124,3 +1128,6 @@ swagger-ui .info li, .swagger-ui .info p, .swagger-ui .info table {
element {
background: #1c1c1c;
}
.ui.form textarea, .ui.form textarea:focus {
background: #141414;
}