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

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

View File

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

View File

@ -4,7 +4,7 @@ body{
border-color: #696969;
}
a{
color: #9090f0;
color: #b0b0f0;
}
.header, .nav{
background-color: #1d1d1e;