Update 'theme-arc-blue.css'

This commit is contained in:
nous 2021-09-24 19:38:35 +02:00
parent c6ca8772aa
commit baccfec918
1 changed files with 5 additions and 1 deletions

View File

@ -31,7 +31,7 @@ a {
border-bottom: 1px solid #313131;
}
.ui.attached.header {
background: #060621;
background: #060621 !important;
border: 1px solid #203241;
color: #dbdbdb;
}
@ -1192,3 +1192,7 @@ swagger-ui .info li, .swagger-ui .info p, .swagger-ui .info table {
.ui.top.attached.header {
background: #0b2007 !important;
}
ui.popup {
background-color: #0a2109;
color: #dfdfdf;
}