|
|
@@ -267,6 +267,9 @@ a.ui.labels .label:hover {
|
|
|
.repository .header-wrapper {
|
|
|
background-color: #282a2e;
|
|
|
}
|
|
|
+.ui.button .octicon {
|
|
|
+ font-size: unset;
|
|
|
+}
|
|
|
.ui.basic.button,
|
|
|
.ui.basic.buttons .button {
|
|
|
color: #e0e0e0 !important;
|
|
|
@@ -335,6 +338,20 @@ span.ui.basic.yellow.label {
|
|
|
.repository.file.list #file-content .code-view .lines-code ol {
|
|
|
background-color: #282a2e;
|
|
|
}
|
|
|
+.repository.file.list #file-buttons .ui.button {
|
|
|
+ padding: 0.78571429em 1.2em 0.78571429em;
|
|
|
+}
|
|
|
+.repository #clone-panel {
|
|
|
+ margin-top: 0;
|
|
|
+ margin-bottom: 0;
|
|
|
+ margin-left: 1rem;
|
|
|
+}
|
|
|
+.repository #clone-panel .ui.basic.button {
|
|
|
+ font-size: 0.85714286rem;
|
|
|
+}
|
|
|
+.repository #clone-panel .clone.button {
|
|
|
+ padding: 0.78571429em 0.5em;
|
|
|
+}
|
|
|
.ui.breadcrumb a {
|
|
|
color: #81a2be;
|
|
|
}
|