/*
Theme Name: Barebones RSS
Description: A minimal WordPress theme with RSS feed embedding.
Version: 1.0
Author: Barebones Developer


body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    margin: 0;
    padding: 20px;
}

.rss-feed {
    list-style: none;
    padding: 0;
}

.rss-feed li {
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}

.rss-feed a {
    color: #0066cc;
    text-decoration: none;
}

.rss-feed a:hover {
    text-decoration: underline;
}
*/