From a9fa460b67f5bed5b30019bbb9e3574cc388bf0c Mon Sep 17 00:00:00 2001 From: noxy Date: Wed, 1 Feb 2017 12:01:54 +0000 Subject: [PATCH] Update pink.css --- s/pink.css | 26 ++++++++++++++++++++++++-- 1 file changed, 24 insertions(+), 2 deletions(-) diff --git a/s/pink.css b/s/pink.css index f0e61bc..934fbf6 100644 --- a/s/pink.css +++ b/s/pink.css @@ -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;