diff --git a/nosystemd/static/nosystemd/css/nosystemd.css b/nosystemd/static/nosystemd/css/nosystemd.css new file mode 100644 index 00000000..abba1659 --- /dev/null +++ b/nosystemd/static/nosystemd/css/nosystemd.css @@ -0,0 +1,21 @@ +.donations-container { + + top:30% !important; +} + + +.donations-container .table-hover>tbody>tr:hover { + color:black; +} + +.donations-container .table>thead>tr>th { + text-alig:center; +} + +.donation-detail-container { + text-align:left !important; +} + +.white-font { + color:white; +} diff --git a/nosystemd/templates/nosystemd/base.html b/nosystemd/templates/nosystemd/base.html index 4bd841f4..f650b2d5 100644 --- a/nosystemd/templates/nosystemd/base.html +++ b/nosystemd/templates/nosystemd/base.html @@ -12,6 +12,8 @@ NOSYSTEMD + + @@ -26,6 +28,9 @@ + + +