summaryrefslogtreecommitdiffstats
path: root/static/base/css/footer.css
blob: 2ed3806b97288b42e011fc28e899063772171bc0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/* Harmonic Flow web site */
/* Public domain 2017. All rights waived */

footer {
    background-color: #333;
    color: white;
    font-size: 0.8em;
    padding: 20px;
    text-align: center;
}

.metta {
    color: #F4BB15;
}