Compare commits

..

No commits in common. "05a366d4f0decf9c526cfb3249767646307fb271" and "5f69d15073dc4a77453100c399d40d195d21cd20" have entirely different histories.

1 changed files with 1 additions and 11 deletions

View File

@ -254,7 +254,7 @@
}
.ui.table thead th {
background: #05174b;
color: #dbdbdb !important;
color: #dbdbdb;
}
.repository.file.list #repo-files-table tr:hover {
background-color: #232323;
@ -825,13 +825,6 @@
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;
@ -1089,6 +1082,3 @@
background-color: #171717;
border: 1px solid #292929 !important;
}
.repository .ui.attached.isSigned.isVerified.message {
background-color: #0d2407;
}