Compare commits

...

3 Commits

Author SHA1 Message Date
nous 05a366d4f0 Update 'theme-arc-blue.css' 2020-05-13 22:52:18 +02:00
nous 1d05f6ca85 fix sig bg 2020-05-13 22:33:55 +02:00
nous 55f0652e60 Update 'theme-arc-blue.css' 2020-05-13 22:22:34 +02:00
1 changed files with 11 additions and 1 deletions

View File

@ -254,7 +254,7 @@
}
.ui.table thead th {
background: #05174b;
color: #dbdbdb;
color: #dbdbdb !important;
}
.repository.file.list #repo-files-table tr:hover {
background-color: #232323;
@ -825,6 +825,13 @@
background: #000fdd;
color: #fff;
}
.swagger-ui .opblock .opblock-section-header {
background: hsla(0, 0%, 13.3%, 0.8);
}
.swagger-ui .opblock-body pre {
background: #212121;
color: #b0b0b0;
}
.ui.modal > .header {
background: #6e0000;
color: #d3d3d3;
@ -1082,3 +1089,6 @@
background-color: #171717;
border: 1px solid #292929 !important;
}
.repository .ui.attached.isSigned.isVerified.message {
background-color: #0d2407;
}