diff --git a/asciinema/theme/custom.css b/asciinema/theme/custom.css index 375ed4b..0d281f8 100644 --- a/asciinema/theme/custom.css +++ b/asciinema/theme/custom.css @@ -123,7 +123,6 @@ input[type="submit"]:active { /* Cards & Containers */ .card, .panel, -.container, .recording-item, article { background-color: var(--pivoine-bg-lighter) !important; @@ -142,6 +141,15 @@ article { transform: translateY(-2px); } +/* Don't style Bootstrap .container - it's a layout wrapper */ +.container { + background-color: transparent !important; + border: none !important; + box-shadow: none !important; + padding-left: 15px !important; + padding-right: 15px !important; +} + /* Forms & Inputs */ input[type="text"], input[type="email"], @@ -389,8 +397,7 @@ code { /* Responsive Design */ @media (max-width: 768px) { .card, - .panel, - .container { + .panel { padding: 12px !important; }