mirror of
https://github.com/kmitresse/Cards-Rush.git
synced 2026-05-16 17:11:48 +00:00
fix: dev-web - fix some warning
This commit is contained in:
@@ -66,5 +66,5 @@ input {
|
||||
|
||||
a {
|
||||
color: #ffffff;
|
||||
bold: true;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
@@ -8,8 +8,10 @@
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
|
||||
background: rgba(0, 0, 0, 0.8);
|
||||
border-radius: 20px;
|
||||
border: 1px solid rgba(208, 73, 73, 0.83);
|
||||
background: rgba(208, 73, 73, 0.38);
|
||||
backdrop-filter: blur(14.399999618530273px);
|
||||
display: none;
|
||||
|
||||
-webkit-transition: opacity 0.2s ease-in;
|
||||
|
||||
Reference in New Issue
Block a user