Adjust header and table

This commit is contained in:
Korbs 2024-06-10 01:25:11 -04:00
parent 05c5b92c10
commit 60c6d7cfc7

View file

@ -19,12 +19,12 @@ table {
border: 1px solid #111111;
padding: 8px;
}
tr:nth-child(even){background-color: #323232;}
tr:nth-child(even){background-color: #323232;}
tr:nth-child(odd){background-color: #333333;}
tr:nth-child(even){background-color: #141414;}
tr:hover {background-color: #454545;}
th {
padding-top: 12px;
padding-bottom: 12px;
padding-bottom: 12pqx;
text-align: left;
background-color: #070707;
color: white;
@ -52,6 +52,19 @@ header {
.header-content {
max-width: 1200px;
margin: auto;
display: flex;
align-items: center;
justify-content: space-between;
.end {
display: flex;
gap: 6px;
a {
text-decoration: none;
background: #373737;
border-radius: 6px;
padding: 8px 16px;
}
}
}
}
@ -76,9 +89,6 @@ header {
}
}
.document {
background: #232323;
border-radius: 4px;
padding: 12px 24px;
height: max-content;
img {
width: 100%;