h1 { color: #000; } #posts-list h1{ margin: 0; padding: 0; } #posts-list a { text-decoration: none; } .hentry { border-left: 10px solid; border-color: rgba(200, 200, 200, .2); color: rgba(200, 200, 200, .1); padding: 40px; } article .category { position: absolute; right: 0px; font-size: 4em; display: block; font-style: italic; } #posts-list .hentry:hover{ margin-left: 2px; } .dev, .python { border-color: rgba(150, 200, 150, .2); color: rgba(150, 200, 150, .1); } .asso { border-color: rgba(200, 0, 0, .2); color: rgba(200, 0, 0, .1); } .thoughts { border-color: rgba(100, 0, 100, .2); color: rgba(100, 0, 100, .1); }