Skip to content

Commit cfb43d0

Browse files
srericksonjosenino95
authored andcommitted
style(posts): remove background from post header and border from post article
1 parent e81045d commit cfb43d0

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

static/css/ucsb.css

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,13 @@ header {
2121

2222
header nav a {
2323
background-color: var(--accent-bg);
24+
}
25+
26+
header.post-header {
27+
background-image: none;
28+
}
29+
30+
article.post {
31+
border: none;
32+
padding: 0;
2433
}

0 commit comments

Comments
 (0)