1
0
Fork 0
mayvaneday/recs/style.css
2024-10-22 11:44:27 -05:00

45 lines
553 B
CSS

body {
margin: auto;
margin-top: 14px;
font-family: monospace !important;
background-color: #cc99ff;
max-width: 1114px;
}
table {
margin-left: auto;
margin-right: auto;
background-color: #99ccff;
}
table, td {
max-width: 1114px;
width: 100%;
}
td {
border: 1px solid;
}
h1 {
text-align: center;
}
h1, td {
padding: 4px;
}
tr {
display: flex;
}
.snippet {
width: 100%;
font-style: italic;
}
.info {
text-align: center;
}
.f {
background-color: #99ff99;
}
.m {
background-color: #ff8080;
}
a {
text-decoration: none;
color: inherit;
}