update to match primary color
This commit is contained in:
parent
c47439fca4
commit
271ed82d0d
@ -77,7 +77,7 @@
|
|||||||
/* conv_item */
|
/* conv_item */
|
||||||
|
|
||||||
.wall-item-head-new {
|
.wall-item-head-new {
|
||||||
border-top: 0.2rem solid #0275d8;
|
border-top: 0.2rem solid #007bff;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wall-item-info {
|
.wall-item-info {
|
||||||
@ -168,11 +168,11 @@ a.wall-item-name-link {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.ivoted {
|
.ivoted {
|
||||||
color: #0275d8;
|
color: #007bff;
|
||||||
}
|
}
|
||||||
|
|
||||||
.item-highlight {
|
.item-highlight {
|
||||||
border-left: 0.2rem solid #0275d8;
|
border-left: 0.2rem solid #007bff;
|
||||||
}
|
}
|
||||||
|
|
||||||
.item-highlight .wall-item-head,
|
.item-highlight .wall-item-head,
|
||||||
|
@ -80,7 +80,7 @@ if (! $nav_icon_colour)
|
|||||||
if (! $nav_active_icon_colour)
|
if (! $nav_active_icon_colour)
|
||||||
$nav_active_icon_colour = 'rgba(255, 255, 255, 0.75)';
|
$nav_active_icon_colour = 'rgba(255, 255, 255, 0.75)';
|
||||||
if (! $link_colour)
|
if (! $link_colour)
|
||||||
$link_colour = '#0275d8';
|
$link_colour = '#007bff';
|
||||||
if (! $banner_colour)
|
if (! $banner_colour)
|
||||||
$banner_colour = '#fff';
|
$banner_colour = '#fff';
|
||||||
if (! $bgcolour)
|
if (! $bgcolour)
|
||||||
|
Reference in New Issue
Block a user