>>1691628anyone know how to get lemon working with
homepage.py?
heres the css
body {
background-color: #161616;
font-family: lemon;
font-size: 10;
font-weight: normal;
margin-left: 7%;
}
a:link,a:visited,a:active {
text-decoration: none;
color: #a5a5a5;
font-weight: normal;
}
a:hover {
text-decoration: underline;
color: #a5a5a5;
font-weight: normal;
}
table {
border-spacing: 8px;
}
td:first-child {
color: #1e5673;
}
td:nth-child(2) {
font-weight: normal;
color: #909737;
}