pogo/assets/static/styles.css
gmemstr 565f0c3948 Implemented episode publishing
File uploads working via /admin route, currently working on fixing generate_rss.go function as only one episode is actually added (contents of feed.Items is replaced instead of added to ):).
2017-07-16 10:43:47 -07:00

13 lines
154 B
CSS

body {
background-color: #f9f9f9;
font-family: monospace;
}
.podcast {
background-color: white;
padding:5%;
}
label {
display: block;
}