Skip to content

Commit

Permalink
Increase vibrance
Browse files Browse the repository at this point in the history
  • Loading branch information
rnd195 committed Aug 14, 2023
1 parent 1d1ab8c commit 877716e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gradient.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

section {
background-color: #ffffff;
background-image: linear-gradient(40deg, #e2bee2ad 0%, #a7e1e7ad 100%);
background-image: linear-gradient(to top right, #e1c2e1 5%, #b9d5d9 95%);
}

h1,
Expand Down Expand Up @@ -55,7 +55,7 @@ img[alt~="center"] {
/* || SECTION CLASS: blue */
section.blue {
background-color: #ffffff;
background-image: linear-gradient(to bottom right, #cadaf7 0%, #87a7e4 100%);
background-image: linear-gradient(to bottom right, #cadaf7 5%, #87a7e4 95%);
}

section.blue>h1,
Expand Down
Binary file modified samples/gradient.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 877716e

Please sign in to comment.