Set .text-red

pull/4/head
Adam Porter 8 years ago
parent 15c6cb6799
commit 56a83e9c5b

@ -778,6 +778,9 @@ a.tabnav-tab.selected,
.text-pending .octicon-primitive-dot {
color: #b58900 !important;
}
.text-red {
color: #dc322f !important;
}
.timeline-commits .commit-meta {
background-color: #002b36 !important;
}

@ -778,6 +778,9 @@ a.tabnav-tab.selected,
.text-pending .octicon-primitive-dot {
color: #b58900 !important;
}
.text-red {
color: #dc322f !important;
}
.timeline-commits .commit-meta {
background-color: #fdf6e3 !important;
}

@ -771,6 +771,9 @@ a.tabnav-tab.selected,
.text-pending .octicon-primitive-dot {
color: #b58900 !important;
}
.text-red {
color: #dc322f !important;
}
.timeline-commits .commit-meta {
background-color: #002b36 !important;
}

@ -771,6 +771,9 @@ a.tabnav-tab.selected,
.text-pending .octicon-primitive-dot {
color: #b58900 !important;
}
.text-red {
color: #dc322f !important;
}
.timeline-commits .commit-meta {
background-color: #fdf6e3 !important;
}

@ -796,6 +796,9 @@ a.tabnav-tab
.octicon-primitive-dot
color yellow
.text-red
color red i
// ** timeline
.timeline-commits
.commit-meta

Loading…
Cancel
Save