Skip to content

Commit

Permalink
docs: improve color punch
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex-D committed May 29, 2020
1 parent 17b3db0 commit 434a2ff
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions docs/assets/styles/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,10 @@
*/

:root {
--color-background: #20252a;
--color-background: #1b2229;
--color-code-background: #171b20;
--color-cello: #204263;
--color-firefly: #11263a;
--color-pickled-bluewood: #2c3e50;
--color-spindle: #cfdff0;
--color-loblolly: #b3bdc7;
Expand Down Expand Up @@ -297,7 +298,7 @@ input {
left: 0;
width: 100%;
height: 100%;
background: linear-gradient(to top right, #192532, var(--color-cello));
background: linear-gradient(to top right, var(--color-firefly), var(--color-cello));
transform: skewY(-7deg) scaleY(1.5);
transform-origin: bottom center;
z-index: -1;
Expand Down Expand Up @@ -604,7 +605,7 @@ input {
height: 90%;
background: var(--color-code-background);
background: var(--color-cello);
background: linear-gradient(to top right, #192532, var(--color-cello));
background: linear-gradient(to top right, var(--color-firefly), var(--color-cello));
border-right: none;
border-left: none;
transform: skewY(-7deg);
Expand Down Expand Up @@ -1154,7 +1155,7 @@ input {
left: 0;
width: 300px;
background: var(--color-cello);
background: linear-gradient(to bottom right, var(--color-cello), #192532 120%);
background: linear-gradient(to bottom right, var(--color-cello), var(--color-firefly) 120%);
border-right: 1px solid var(--color-background);
padding: 20px;
z-index: 10;
Expand Down

0 comments on commit 434a2ff

Please sign in to comment.