Skip to content

Commit

Permalink
Merge pull request #380 from Mindgamesnl/master
Browse files Browse the repository at this point in the history
Backport into dev
  • Loading branch information
Mindgamesnl authored Jan 14, 2024
2 parents 1d2fe9f + d2f688f commit 8e829d7
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion client/public/metadata.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"buildMajor":1,"buildMinor":125,"buildRevision":193,"buildTag":"dev","buildDate":"Mon Dec 18 2023","build":"1.125.193 dev"}
{"buildMajor":1,"buildMinor":125,"buildRevision":194,"buildTag":"dev","buildDate":"Sun Jan 14 2024","build":"1.125.194 dev"}
2 changes: 1 addition & 1 deletion client/src/components/clicktoconnect/ClickPrompt.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ function ClickPrompt(props) {
}

return (
<BlackoutPage backgroundColor="black">
<BlackoutPage backgroundColor="rgba(0,0,0,.5)">
<div className="py-12">
<section className="mb-32 text-gray-800 text-center lg:text-left w-full pt-32">
<div className="container mx-auto xl:px-32 text-center lg:text-left">
Expand Down
2 changes: 1 addition & 1 deletion client/src/components/clicktoconnect/clickprompt.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
}

.clickprompt-box {
background: var(--theme-bg-color);
background: color-mix(in srgb, var(--theme-bg-color), black 25%); /* Darker variant of var(--theme-bg-color) */
backdrop-filter: blur(30px); z-index: 1
}
2 changes: 1 addition & 1 deletion client/src/components/tabwindow/TabWindow.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ class TabWindow extends Component {
id="notice"
href="https://openaudiomc.net/"
>
&copy; OpenAudioMc 2016-2023. All Rights Reserved.
&copy; OpenAudioMc 2016-2024. All Rights Reserved.
</a>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion client/src/metadata.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"buildMajor":1,"buildMinor":125,"buildRevision":193,"buildTag":"dev","buildDate":"Mon Dec 18 2023","build":"1.125.193 dev"}
{"buildMajor":1,"buildMinor":125,"buildRevision":194,"buildTag":"dev","buildDate":"Sun Jan 14 2024","build":"1.125.194 dev"}
2 changes: 1 addition & 1 deletion client/src/views/login/LoginView.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ export class LoginView extends React.Component {
id="notice"
href="https://openaudiomc.net/"
>
&copy; OpenAudioMc 2016-2023.All Rights Reserved.
&copy; OpenAudioMc 2016-2024.All Rights Reserved.
</a>
</div>
</div>
Expand Down

0 comments on commit 8e829d7

Please sign in to comment.