Compare commits

...

3 Commits

Author SHA1 Message Date
nous baccfec918 Update 'theme-arc-blue.css' 2021-09-24 19:38:35 +02:00
nous c6ca8772aa Update 'theme-arc-blue.css' 2021-09-24 19:28:40 +02:00
nous 7a4d6cb481 Update 'theme-arc-blue.css' 2021-09-24 19:23:32 +02:00
1 changed files with 9 additions and 2 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;
}
@ -682,6 +682,9 @@ input {
.ui.toggle.checkbox input:checked ~ label {
color: rgb(207, 207, 207) !important;
}
.repository .ui.segment.sub-menu .list .item {
color: #858585;
}
.repository .ui.segment.sub-menu .list .item a {
color: #aaa;
}
@ -1187,5 +1190,9 @@ swagger-ui .info li, .swagger-ui .info p, .swagger-ui .info table {
background: #000;
}
.ui.top.attached.header {
background: #400 !important;
background: #0b2007 !important;
}
ui.popup {
background-color: #0a2109;
color: #dfdfdf;
}