diff options
Diffstat (limited to 'amelia/bootstrap.css')
-rw-r--r-- | amelia/bootstrap.css | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/amelia/bootstrap.css b/amelia/bootstrap.css index 710d892b..73cb2dbf 100644 --- a/amelia/bootstrap.css +++ b/amelia/bootstrap.css @@ -1,6 +1,6 @@ @import url("//fonts.googleapis.com/css?family=Lobster|Cabin:400,700"); /*! - * Bootswatch v3.1.1 + * Bootswatch v3.1.1+1 * Homepage: http://bootswatch.com * Copyright 2012-2014 Thomas Park * Licensed under MIT @@ -5783,6 +5783,10 @@ button.close { .navbar-brand { font-family: 'Lobster', cursive; } +.navbar-default .badge { + background-color: #fff; + color: #ad1d28; +} .btn .caret { border-top-color: #fff; } |