diff --git a/static/css/edit.css b/static/css/edit.css index 9ae33eb..faff06e 100644 --- a/static/css/edit.css +++ b/static/css/edit.css @@ -35,36 +35,6 @@ white-space: nowrap; } -/* Alert styling */ -.alert { - border-radius: 6px; - border: 1px solid rgba(0, 0, 0, 0.15); -} - -.alert-success { - background-color: #d4edda; - border-color: #c3e6cb; - color: #155724; -} - -.alert-danger { - background-color: #f8d7da; - border-color: #f5c6cb; - color: #721c24; -} - -.alert-warning { - background-color: #fff3cd; - border-color: #ffeaa7; - color: #856404; -} - -.alert-info { - background-color: #d1ecf1; - border-color: #bee5eb; - color: #0c5460; -} - @media (max-width: 768px) { .CodeMirror { height: 300px !important; diff --git a/templates/edit.html b/templates/edit.html index 7c12de7..ef714a5 100644 --- a/templates/edit.html +++ b/templates/edit.html @@ -19,31 +19,22 @@ - {% if check_output %} -