Update pink.css

This commit is contained in:
noxy 2017-02-01 12:01:54 +00:00
parent a2cb5224e7
commit a9fa460b67

View File

@ -29,6 +29,28 @@ input, select, textarea {
.return {
text-align: center;
font-size: 25px;
border: 2px solid #ff008d;
}
.controls {
text-align: center;
color: #ff008d;
font-weight: bold;
width: 888px;
margin: 0 auto;
background: #484747;
padding-top: 0;
margin-top: 5px;
border: 2px solid #ff008d;
}
.medium, .thumbnail {
display: flex;
justify-content: center;
margin-top: 5px;
background: #484747;
border: 2px solid #ff008d;
padding: 5px;
}
span.id {
@ -45,8 +67,8 @@ code {
.panel {
margin-bottom: 0;
background-color: rgba(34, 34, 34, 0.61);
border: 5px solid #ff008d;
background-color: rgb(72, 71, 71);
border: 2px solid #ff008d;
border-radius: 0px;
padding-left: 10px;
padding-right: 10px;