„threadr/style.css“ ändern

master
Erik 2020-03-02 08:37:59 +01:00
parent 1b2a096ae7
commit bca2bb09d5
1 changed files with 4 additions and 1 deletions

View File

@ -380,6 +380,9 @@ div.form {
border-radius: 5px;
border: 1px solid #001858;
background-color: #f3d2c1;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
padding: 14px 20px;
}
div.shadow {
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}