.
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Captain ALM 2022-07-29 22:00:59 +01:00
parent 2dff16f7af
commit 12b8ecc34a
Signed by: alfred
GPG Key ID: 4E4ADD02609997B1
3 changed files with 4 additions and 4 deletions

View File

@ -32,7 +32,7 @@ a{
.so-pane{
border-color: #3f3f3f;
}
.image-box{
.image-box, .item-heading{
background-color: #4f4f4f;
}
.image-box > a{

View File

@ -96,7 +96,7 @@
<main class="main-box flex-col">
<div>
<div class="item-table flex-col">
<div>
<div class="item-heading">
<div class="item-table-full">
<div class="centered"><h1>{{ .Data.About.Title }}</h1></div>
</div>
@ -117,7 +117,7 @@
{{ range .GetEntries }}
<div>
<div class="item-table flex-col">
<div>
<div class="item-heading">
<div class="item-table-full">
<div class="centered"><h1>{{ .Name }}</h1></div>
</div>

View File

@ -32,7 +32,7 @@ a{
.so-pane{
border-color: #c0c0c0;
}
.image-box{
.image-box, .item-heading{
background-color: #b0b0b0;
}
.image-box > a{