dl page style fixes

This commit is contained in:
James Shiffer 2020-09-20 17:52:56 -07:00
parent f818c02c3b
commit fefebb58f3
No known key found for this signature in database
GPG Key ID: C0DB8774A1B3BA45

View File

@ -7,12 +7,27 @@
<style>
body {
background-image: url('/assets/Downloads.gif');
background-repeat: no-repeat;
color: #EE2D24;
}
.copyright, .footerlinks a {
color: #EE2D24;
}
.dllist {
margin: 65px 75px;
height: 200px;
}
.dllist h6 {
margin: 0;
margin-bottom: 10px;
}
.dllist img {
image-rendering: crisp-edges;
}
.dllist a {
color: #EE2D24;
font-size: 9px;
}
</style>
</head>
<body>