update to match primary color

This commit is contained in:
Mario Vavti
2017-07-10 22:43:32 +02:00
parent c47439fca4
commit 271ed82d0d
2 changed files with 4 additions and 4 deletions

View File

@@ -77,7 +77,7 @@
/* conv_item */
.wall-item-head-new {
border-top: 0.2rem solid #0275d8;
border-top: 0.2rem solid #007bff;
}
.wall-item-info {
@@ -168,11 +168,11 @@ a.wall-item-name-link {
}
.ivoted {
color: #0275d8;
color: #007bff;
}
.item-highlight {
border-left: 0.2rem solid #0275d8;
border-left: 0.2rem solid #007bff;
}
.item-highlight .wall-item-head,