This commit is contained in:
37
public/style.css
Normal file
37
public/style.css
Normal file
@@ -0,0 +1,37 @@
|
||||
* {
|
||||
font-family: sans-serif;
|
||||
}
|
||||
|
||||
a {
|
||||
text-decoration: none;
|
||||
color: black;
|
||||
}
|
||||
|
||||
table {
|
||||
margin: 64px 0;
|
||||
border-spacing: 0;
|
||||
}
|
||||
|
||||
tr {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
tr:nth-child(even) {
|
||||
background: rgb(240, 242, 243);
|
||||
}
|
||||
|
||||
td {
|
||||
padding: 2px 16px;
|
||||
}
|
||||
|
||||
th {
|
||||
padding: 8px 16px;
|
||||
}
|
||||
|
||||
.name {
|
||||
text-transform: capitalize;
|
||||
}
|
||||
|
||||
.timestamp {
|
||||
font-size: small;
|
||||
}
|
||||
Reference in New Issue
Block a user