Made minimal dark version
This commit is contained in:
@@ -62,7 +62,7 @@ padding: 0px;
|
||||
width: 50%;
|
||||
max-width: 500px;
|
||||
min-width: 300px;
|
||||
background-color: @blue;
|
||||
background-color: @light-gray;
|
||||
border-radius: 2px;
|
||||
transform: translateX(-50%) translateY(-50%);
|
||||
opacity: 0;
|
||||
@@ -82,7 +82,7 @@ padding: 0px;
|
||||
color: #fff;
|
||||
}
|
||||
input {
|
||||
background-color: @light-gray;
|
||||
background-color: @dark-gray;
|
||||
color: @text-color;
|
||||
border: 0;
|
||||
font-size: 1em;
|
||||
|
||||
Reference in New Issue
Block a user