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

This commit is contained in:
Captain ALM 2022-07-26 16:51:26 +01:00
parent f7e19d597b
commit b9fd027a9f
Signed by: alfred
GPG Key ID: 4E4ADD02609997B1
3 changed files with 5 additions and 2 deletions

View File

@ -99,7 +99,7 @@ main{
} }
.item-table{ .item-table{
display: table; display: table;
width: 100%; width: 90%;
box-sizing: content-box; box-sizing: content-box;
background-color: transparent; background-color: transparent;
} }

View File

@ -3,6 +3,9 @@ body{
background-color: #050506; background-color: #050506;
border-color: #696969; border-color: #696969;
} }
a{
color: #9090f0;
}
.header, .nav{ .header, .nav{
background-color: #1d1d1e; background-color: #1d1d1e;
} }

View File

@ -36,7 +36,7 @@
<div><h1>{{ .Data.About.Title }}</h1></div> <div><h1>{{ .Data.About.Title }}</h1></div>
</div> </div>
<div class="item-table-half"> <div class="item-table-half">
<div><h1>Email: <a href="mailto:{{ .Data.About.ContactEmail }}">{{ .Data.About.ContactEmail }}</a></h1></div> <div><h6>Email: <a href="mailto:{{ .Data.About.ContactEmail }}">{{ .Data.About.ContactEmail }}</a></h6></div>
</div> </div>
</div> </div>
<div> <div>