Skip to content

Commit

Permalink
change cary background color
Browse files Browse the repository at this point in the history
  • Loading branch information
anton.trnovsky committed Oct 5, 2023
1 parent 6c3a4ca commit f7db96c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/assets/styles/styles_of_beyond.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
--bd-banner-red: #CD5F5B;
--bd-banner-white: #FFFFFF;
--bd-banner-black: #1A1919;
--bd-banner-aqua: #B4E9DF;
}

.preload {
Expand Down Expand Up @@ -252,7 +253,7 @@ a, .subtitle {
.cary {
position: absolute;
align-self: center;
background: var(--bd-banner-white);
background: var(--bd-banner-aqua);
border-radius: 50%;
height: 160px;
}
Expand Down

0 comments on commit f7db96c

Please sign in to comment.