summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/components/table.css
blob: 4d098394c0165f046ccfe18c0f91282c62b4d67f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
table {
    width: 100%;
    border-collapse: collapse;
    font-family: monospace;
}

table th, table td {
    border: 1px black;
    padding: 0.5rem;
}

table th {
    background-color: tomato;
    font-weight: bold;
}

table tbody tr {
    background-color: white;
}
Copyright 2019--2025 Marius PETER