diff options
Diffstat (limited to 'amelia/bootstrap.css')
-rw-r--r-- | amelia/bootstrap.css | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/amelia/bootstrap.css b/amelia/bootstrap.css index 5b973e4a..d0efb295 100644 --- a/amelia/bootstrap.css +++ b/amelia/bootstrap.css @@ -4553,6 +4553,17 @@ textarea, background-color: #8AD5DC; text-shadow: none; } +.modal { + -webkit-border-radius: 0; + -moz-border-radius: 0; + border-radius: 0; +} +.modal-header { + color: #ad1d28; +} +.modal-body { + color: #003f4d; +} .alert, .label, .progress, @@ -4568,6 +4579,11 @@ code { box-shadow: none; text-shadow: none; } +.hero-unit { + -webkit-border-radius: 0; + -moz-border-radius: 0; + border-radius: 0; +} code, pre { background-color: rgba(256, 256, 256, 0.3); |