Skip to content

Commit

Permalink
page color fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Sathishkumar0404 committed Aug 3, 2024
1 parent 98b1dfc commit ec2848c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _sass/components/_page.scss
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
h4{
font-size: 26px;
}
border: 1px solid rgb(186 186 186 / 27%);
border: 1px solid rgba(186, 186, 186 , 0.27);
background-color: inherit !important;
display: flex;
align-items: center;
Expand Down Expand Up @@ -168,7 +168,7 @@ section{
grid-template-columns: repeat(2, minmax(0, 1fr));
}
--tw-shadow-color: #1d6427;
box-shadow: 0 10px 26px -3px rgb(23 95 10 / 50%), 0 4px 6px -4px rgb(0 0 0 / 0.1);
box-shadow: 0 10px 26px -3px rgba(23, 95, 10, 0.50), 0 4px 6px -4px rgb(0, 0 ,0, 0.1);
.tmux-header{
border-bottom:1px solid #1d6427;
text-align: start;
Expand Down

0 comments on commit ec2848c

Please sign in to comment.