Fix dotnet download button being too pale on the release pages

This commit is contained in:
Adam Scott
2025-06-25 11:56:21 -04:00
parent d30898ae00
commit 5ebd3677fc
2 changed files with 2 additions and 2 deletions

View File

@@ -262,7 +262,7 @@ $donate-robot-size: 500px;
}
.download-net-button {
background-color: rgba(111, 111, 111, 27%);
background-color: rgba(0, 0, 0, 27%);
-webkit-backdrop-filter:
blur(4px);
backdrop-filter:

View File

@@ -305,7 +305,7 @@ $donate-robot-size: 500px;
}
.download-net-button {
background-color: rgba(111, 111, 111, 27%);
background-color: rgba(0, 0, 0, 27%);
-webkit-backdrop-filter: blur(4px);
backdrop-filter: blur(4px);
}