mirror of
https://github.com/owntone/owntone-server.git
synced 2025-02-04 10:26:02 -05:00
[web] Fix regression on hero header
This commit is contained in:
parent
c2c758d9f4
commit
408ac7e8c2
@ -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%,
|
||||
|
@ -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">
|
||||
|
Loading…
x
Reference in New Issue
Block a user