summaryrefslogtreecommitdiff
path: root/website/static/base/css/news.css
blob: 7f1da0487f93f2df2039ea46c8eea69a02398f9c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
/*
    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;
}