Skip to content

Commit

Permalink
deploy: d6f9d75
Browse files Browse the repository at this point in the history
  • Loading branch information
Gibbu committed Oct 31, 2023
1 parent 8fcf1ee commit e06acc3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions SoftX.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
}

:root {
--softx-version: "1.1.21";
--softx-version: "1.2.0";
--hue: 0deg;
--saturation: 0%;
--lightness: 10%;
Expand Down Expand Up @@ -112,12 +112,12 @@ html.theme-light .container_ca50b9 {
transition: none !important;
}

.layer__2efaa .baseLayer__8fda3 {
.layer__2efaa.baseLayer__8fda3 {
transform: scale(1) !important;
opacity: 1 !important;
}

.layer__2efaa :not(.baseLayer__8fda3) .info__755e1 > span:first-child::before {
.layer__2efaa:not(.baseLayer__8fda3) .info__755e1 > span:first-child::before {
display: block;
content: "SoftX v" var(--softx-version);
text-transform: none;
Expand Down

0 comments on commit e06acc3

Please sign in to comment.