Skip to content

Commit

Permalink
remove unused CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
jschroeter committed Dec 9, 2023
1 parent 9a1ea86 commit b8c2151
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,4 @@ h1 {
width: 100%;
height: auto;
background-color: lightgray;
}

.blog {
background: linear-gradient(135deg, #eceddc 25%, transparent 25%),
linear-gradient(225deg, #eceddc 25%, transparent 25%),
linear-gradient(315deg, #eceddc 25%, transparent 25%),
linear-gradient(45deg, #eceddc 25%, transparent 25%);
background-size: 20px 20px;
background-color: #782345;
}

0 comments on commit b8c2151

Please sign in to comment.