angouleme: change cell-entry color & hover color (#71790)
gitea-wip/publik-base-theme/pipeline/pr-main This commit looks good Details

This commit is contained in:
Corentin Sechet 2022-11-28 18:18:20 +01:00
parent 0d4cacd9d9
commit 0c75f274c8
2 changed files with 4 additions and 3 deletions

View File

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

View File

@ -1,5 +1,6 @@
$blue: #009CDC;
$dark-blue: #2382C1;
$dark-green: #074b5b;
$light-gray: #F6F6F6;
$gray: #64777E;
$gray-2: #555454;
@ -55,8 +56,8 @@ $cell-border-radius: 0;
$cell-border: none;
$cell-background: transparent;
$cell-entry-border: 1px solid $primary-color;
$cell-entry-color: $orange;
$cell-entry-hover-color: $orange;
$cell-entry-color: $dark-green;
$cell-entry-hover-color: $dark-green;
$cell-entry-hover-background: transparent;
$cell-open-foldable-icon: "\f0fe";
$cell-close-foldable-icon: "\f146";