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

This commit is contained in:
Captain ALM 2022-07-29 19:15:16 +01:00
parent 2eb58258a2
commit 14f95a94ad
Signed by: alfred
GPG Key ID: 4E4ADD02609997B1
3 changed files with 7 additions and 8 deletions

View File

@ -140,6 +140,11 @@ main{
display: table;
box-sizing: content-box;
background-color: transparent;
-webkit-border-radius: 32px;
-moz-border-radius: 32px;
border-radius: 32px;
border-width: 1px;
border-style: solid;
}
.flex-col{
display: -webkit-box;
@ -195,8 +200,6 @@ main{
caption-side: bottom;
}
.item-table-full, .item-table-360, .item-table-caption{
border-style: solid;
border-width: 1px;
background-color: transparent;
box-sizing: inherit;
}

View File

@ -27,13 +27,11 @@ a{
}
.item-table{
background-color: #3f3f3f;
border-color: #f5deb3;
}
.so-pane{
border-color: #3f3f3f;
}
.item-table > div > div, .item-table-caption{
border-color: #f5deb3;
}
.image-box{
background-color: #4f4f4f;
}

View File

@ -27,13 +27,11 @@ a{
}
.item-table{
background-color: #c0c0c0;
border-color: #0a214c;
}
.so-pane{
border-color: #c0c0c0;
}
.item-table > div > div, .item-table-caption{
border-color: #0a214c;
}
.image-box{
background-color: #b0b0b0;
}