updated rust version, minor fixes
This commit is contained in:
@@ -26,7 +26,8 @@ input {
|
||||
overflow-y: auto;
|
||||
margin: auto;
|
||||
padding: 20px 30px;
|
||||
background-color: #fff;
|
||||
background-color: var(--color-background-soft);
|
||||
color: var(--color-text);
|
||||
border-radius: 2px;
|
||||
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.33);
|
||||
transition: all 0.3s ease;
|
||||
@@ -34,7 +35,7 @@ input {
|
||||
|
||||
.modal-header h3 {
|
||||
margin-top: 0;
|
||||
color: #42b983;
|
||||
color: var(--color-heading);
|
||||
}
|
||||
|
||||
.modal-body {
|
||||
|
||||
Reference in New Issue
Block a user