diff --git a/static/villejuif/_custom.scss b/static/villejuif/_custom.scss index f86e5f49..39792ee5 100644 --- a/static/villejuif/_custom.scss +++ b/static/villejuif/_custom.scss @@ -401,3 +401,18 @@ div.BlockWidget { border-left: none; } } + +div.link-cell { + &.pk-button { + border: none; + } + &.vjf-button-bleu ul > li > a { + border-bottom-color: #003388; + background-color: #386ede; + &:hover { + border-bottom-color: #386ede; + background-color: #003388; + } + } +} +