Skip to content

Commit

Permalink
Try pink & navy cutout
Browse files Browse the repository at this point in the history
  • Loading branch information
warrenbuckley authored Jul 28, 2023
1 parent b8e071e commit b762879
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ body {
margin:0;
padding: 0;

background-color:rgb(11, 28, 47);
background-color:#0b1c2f;

fill:rgba(255, 255, 255, 0.2);
background-size:656px 656px;
Expand Down Expand Up @@ -36,20 +36,22 @@ h1 {
}

h1 span.box {
background-color: #141553;
background-color: #FFB1A4;
color: #0b1c2f;

color:#FFF;
display: inline-block;
padding:0 1vw;
margin-left:-1vw;
}

/*
h1 span.cutout {
background-image: linear-gradient(45deg, rgb(127,201,221) 0%, rgb(139,149,245) 100%);
background-clip:text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
*/

a, a:visited {
font-weight:800;
Expand Down Expand Up @@ -81,7 +83,7 @@ h2 + h3 {

h2 span {
background: #FFB1A4;
color: rgb(11, 28, 47);
color: #0b1c2f;
display: inline-block;
padding:0 1vw;
}
Expand Down

0 comments on commit b762879

Please sign in to comment.