[web] Fix regression on hero header

This commit is contained in:
Alain Nussbaumer 2024-02-28 15:45:18 +01:00
parent c2c758d9f4
commit 408ac7e8c2
2 changed files with 2 additions and 2 deletions

View File

@ -137,7 +137,7 @@
.card-footer-item:not(:last-child) {
border-right-color: $grey-dark;
}
.hero.is-light {
.hero.is-light.is-bold {
background-image: linear-gradient(
141deg,
$black-ter 0%,

View File

@ -1,5 +1,5 @@
<template>
<section class="hero is-light">
<section class="hero is-light is-bold">
<div class="hero-body">
<div class="container">
<div class="columns is-centered">