Skip to content

Commit

Permalink
Add new bg img
Browse files Browse the repository at this point in the history
  • Loading branch information
srebughini committed Mar 29, 2024
1 parent ea1ef2f commit aa82ba3
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion _sass/_asali-theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,11 @@ body {

.header-container {
background-color: #DCE6F2;
background: linear-gradient(rgba(16, 37, 63, 0.65), rgba(16, 37, 63, 0.65)), url('../img/bg.png') no-repeat 100% 0; //linear-gradient(rgba(220, 230, 242, 0.5), rgba(220, 230, 242, 0.5)), url('../img/bg.png') no-repeat 50% 0;
//background: linear-gradient(rgba(16, 37, 63, 0.65), rgba(16, 37, 63, 0.65)), url('../img/bg.png') no-repeat 100% 0; //linear-gradient(rgba(220, 230, 242, 0.5), rgba(220, 230, 242, 0.5)), url('../img/bg.png') no-repeat 50% 0;
background: linear-gradient(rgba(16, 37, 63, 0.65), rgba(16, 37, 63, 0.65)), url('../img/bg.png') center;
background-repeat: no-repeat;
background-size: 50%;

color: #10253F;

h1 {
Expand Down

0 comments on commit aa82ba3

Please sign in to comment.