Skip to content

Commit

Permalink
Upper border radius of footer remove and also added a upper border color
Browse files Browse the repository at this point in the history
  • Loading branch information
bugzorc authored May 12, 2024
1 parent 770e866 commit df43f97
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion css/blog.css
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,9 @@ pre {
height: 80px;
padding-top: 5px;
padding-bottom: 5px;
border-top-left-radius: 0;
border-top-right-radius: 0;
border-top: 2px solid #783aff;
}

.aboutMe {
Expand Down Expand Up @@ -132,4 +135,4 @@ pre {
display: none;
}
/*end*/
}
}

0 comments on commit df43f97

Please sign in to comment.