summaryrefslogtreecommitdiff
path: root/website/static/base/css/news.css
blob: 7e50998c77921847507e59441ecab2251ccb4d73 (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
29
30
31
/*
    Public domain 2016 Ludovic Courtès <ludo@gnu.org>.
    All rights waived.
*/

@import url("article.css");

.example {
    border-style: none;
    border-radius: 0.3em;
    background-color: #F2EFE4;
    border-width: thin;
    color: black;
    font-size: 0.9em;
    padding: 10px;
    text-align: left;
    font-family: fixed-width;
}

.post-about {
    color: #4D4D4D;
    font-size: 0.9em;
}

.post-body {
    text-align: justify;
}

p {
    hyphens: auto;
}