angouleme: change link cell's links to orange (#67428)

This commit is contained in:
Corentin Sechet 2022-07-18 14:19:41 +02:00
parent 0b84ff58a5
commit ab8b7c60b5
2 changed files with 3 additions and 3 deletions

View File

@ -96,7 +96,7 @@ div#footer{
%cell-links-list {
li > a {
border-left: 0 solid $primary-color;
border-left: 0 solid $orange;
transition: border-width 200ms;
&:hover {
border-left-width: 5px;

View File

@ -53,8 +53,8 @@ $cell-border-radius: 0;
$cell-border: none;
$cell-background: transparent;
$cell-entry-border: 1px solid $primary-color;
$cell-entry-color: $gray;
$cell-entry-hover-color: $primary-color;
$cell-entry-color: $orange;
$cell-entry-hover-color: $orange;
$cell-entry-hover-background: transparent;
$cell-open-foldable-icon: "\f0fe";
$cell-close-foldable-icon: "\f146";