latest user files
This commit is contained in:
@@ -2,22 +2,23 @@
|
||||
background-image: none;
|
||||
}
|
||||
window {
|
||||
background-color: rgba(12, 12, 12, 0.9);
|
||||
background-color: rgba(30, 30, 46, 0.9);
|
||||
}
|
||||
button {
|
||||
color: #acb0d0;
|
||||
background-color: #1E1E1E;
|
||||
color: #acb0d0;
|
||||
background-color: rgba(24, 24, 37, 1);
|
||||
border-radius: 10px;
|
||||
border:none;
|
||||
border: 0;
|
||||
background-repeat: no-repeat;
|
||||
background-position: center;
|
||||
background-size: 25%;
|
||||
background-size: 20%;
|
||||
outline-style: none;
|
||||
}
|
||||
|
||||
button:focus, button:active, button:hover {
|
||||
background-color: #2e3440;
|
||||
background-color: rgba(17, 17, 27, 1);
|
||||
outline-style: none;
|
||||
border: none;
|
||||
}
|
||||
|
||||
#lock {
|
||||
|
||||
Reference in New Issue
Block a user