mirror of
https://github.com/godotengine/godot-website.git
synced 2025-12-31 09:48:43 +03:00
Fix dotnet download button being too pale on the release pages
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user