Merge Edge with data #1

Merged
alfred merged 49 commits from edge into master 2022-07-27 14:13:41 +01:00
2 changed files with 3 additions and 3 deletions
Showing only changes of commit c45ad78560 - Show all commits

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;