summaryrefslogtreecommitdiffstats
path: root/ui/static/css/main.css
blob: d8060bd2abae122e81acce8c9b47ea58d4fc0640 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
* {
    box-sizing: border-box;
    margin: 0em;
    padding: 4px;
    font-size: 10pt;
    font-family: sans-serif;
    color: #333;
    background: lightgray;
}

nav {
    border-bottom: solid 3px #ccc;
}

a {
    color: green;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a.admin-link {
    font-size: 0.65rem;
}


table#home-summary-table,
table#home-summary-table a,
table#home-summary-table td {
    background: white;
}

table#home-summary-table th {
    /* border: solid 2px #ccc; */
    background: lightgray;
}