Skip to content

Commit

Permalink
fixed headersolid and added grad.png
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaillr committed May 20, 2024
1 parent 691038f commit 8ecf1e6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions css/style.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* GLOBAL STYLING */

:root {
--background: rgb(14, 14, 14);
--background: rgb(10, 10, 10);
--backgroundGrad: rgb(24, 7, 32);
--text: white;
--sopPurple: rgb(118, 45, 187);
Expand Down Expand Up @@ -64,7 +64,7 @@ header {
height: 60px;
width: 100%;
padding: 10px 100px;
background: linear-gradient(rgba(0, 0, 0, 0.6), transparent);
background: linear-gradient(rgba(0, 0, 0, 0.7), transparent);

display: flex;
align-items: center;
Expand All @@ -80,7 +80,7 @@ header {
position: absolute;
width: 100%;
height: 100%;
background: linear-gradient(rgba(0,0,0,0.7), rgba(19,19,19,0.5));
background: linear-gradient(transparent, rgba(10,10,10,0.3));
z-index: -1;
opacity: 0;
transition: ease;
Expand Down
Binary file added media/images/grad.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 8ecf1e6

Please sign in to comment.