Ignore custom css file

This commit is contained in:
gmemstr 2017-09-07 13:45:46 -07:00
parent 0d387e28bd
commit b40e1ce106
2 changed files with 2 additions and 7 deletions

2
.gitignore vendored
View file

@ -18,3 +18,5 @@ feed\.json
podcasts/
feed\.rss
assets/static/custom\.css

View file

@ -1,7 +0,0 @@
body {
background-color: lightgrey;
}
.podcast {
background-color: red;
}