Skip to content

Commit

Permalink
[Site] Minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
smnandre authored and weaverryan committed Dec 19, 2023
1 parent 23100d0 commit fa5f84c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 25 deletions.
Binary file removed ux.symfony.com/assets/images/background_homepage.png
Binary file not shown.
6 changes: 1 addition & 5 deletions ux.symfony.com/assets/styles/components/_PackageBox.scss
Original file line number Diff line number Diff line change
Expand Up @@ -118,12 +118,8 @@
font-size: 28px !important;
line-height: 32px !important;
letter-spacing: -1px;
color: #0A0A0A;
color: var(--bs-body-color);
text-decoration: none;

[data-bs-theme="dark"] & {
filter: invert(1);
}
}

.PackageBox_link {
Expand Down
11 changes: 4 additions & 7 deletions ux.symfony.com/assets/styles/components/_Terminal.scss
Original file line number Diff line number Diff line change
Expand Up @@ -111,16 +111,13 @@
color: $n-200;
background: none;
}

.btn-copy {
background-color: $n-700;
color: $n-200;
&:active {
background-color: $n-700;
color: $n-200;
}
background: none;
transition: all 250ms ease-in-out;
&:hover {
background-color: $n-600;
color: $n-100;
background-color: $n-800;
}
}
.btn-link:hover {
Expand Down
13 changes: 0 additions & 13 deletions ux.symfony.com/assets/styles/sections/_hero.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,20 +10,7 @@
}

.hero-background {
background: url(../images/background_homepage.png);
background-size: cover;
padding-block-start: 4rem;

&::after {
content: "";
display: block;
position: absolute;
background: #d75b5b00;
width: 100%;
margin-block-start: -1.5rem;
backdrop-filter: blur(1rem);
height: 3rem;
}
}

.hero-sub-text {
Expand Down

0 comments on commit fa5f84c

Please sign in to comment.