Skip to content

Commit

Permalink
add bg to logo
Browse files Browse the repository at this point in the history
bg color to logo
  • Loading branch information
ismailkraou committed May 23, 2024
1 parent 6971c41 commit 007c245
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ clear: both;
box-shadow: 0 4.4px 16px -2.18px rgba(0, 0, 0, 0.1);
background-color: rgba(34, 34, 34, .99);
z-index: 1111;
padding: 10px;

.container{
display: flex;
Expand All @@ -154,6 +155,8 @@ clear: both;
object-fit: contain;
/* filter: invert(90%); */
z-index: 1;
background-color: #fefefe;
border-radius: 50%;
}
.header-navbar-wrapper{
display: inline-block;
Expand Down

0 comments on commit 007c245

Please sign in to comment.