MastodonHelp/web/site/mustard/css/platforms.css
2024-08-12 19:41:12 +02:00

28 lines
427 B
CSS

.plattable {
border-spacing: 1px;
margin: 40px auto 8px auto;
background-color: black;
}
.plattable th {
background-color: #333333;
color: white;
padding: 5px;
}
.plattable th.title {
background-color: #550000;
}
.plattable td {
padding: 5px;
background-color: white;
color: black;
}
.plattable td a {
color: #002255;
}
.plattable td a:visited {
color: #0044aa;
}
.plattable button {
width: 100%;
height: 48px;
}