Files
warframe-center/public/style.css
Anatoly 59aa29833c
All checks were successful
continuous-integration/drone/push Build is passing
Добавил фильтр
2022-02-19 21:36:42 +03:00

33 lines
293 B
CSS

* {
font-family: sans-serif;
}
a {
text-decoration: none;
color: black;
}
table {
margin: 64px 0;
border-spacing: 0;
}
tr {
text-align: left;
}
td {
padding: 2px 16px;
}
th {
padding: 8px 16px;
}
.name {
text-transform: capitalize;
}
.timestamp {
font-size: small;
}