summaryrefslogtreecommitdiff
path: root/assets/style.css
blob: 7d04e1f692d56aba4c0fb1f09fb625b04936936e (plain)
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
body{
    background-color: #0C1616FF;
    color: #8896b2;
    max-width: 800px;
    min-width: 0px;
    margin: 2em auto !important;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.5;
    font-size: 16px;
    font-family: Open Sans,Arial;
    text-align: center;
    display: block;
}
a{
    color: #00a2e7;
}
a:visited{
    color: #ca1a70;
}
table{
  border-collapse: separate !important;
  border-spacing: 10px 10px;
  border: 1px solid white;
}
tr{
    border: 1px solid white;
}