diff --git a/assets/css/base.css b/assets/css/base.css index d62bfd2..a70ea2f 100644 --- a/assets/css/base.css +++ b/assets/css/base.css @@ -4,7 +4,7 @@ /* Make sure links in the footer are white */ footer a { - color: #fff; + color: #fff !important; } /* Give service boxes a border */ @@ -19,7 +19,7 @@ footer a { /* Limit size of navbar logo */ .navbar-brand-img { - max-height: 50px; + max-height: 150px; margin-right: 10px; } @@ -31,4 +31,13 @@ footer a { .bg-coffee { background-color: #ffb6c1; +} + +.btn-primary { + background-color: #ffb6c1 !important; + border-color: #ffb6c1 !important; +} + +.title-font { + font-family: 'Dancing Script', cursive; } \ No newline at end of file diff --git a/templates/base.html b/templates/base.html index a07c529..d7f1a08 100644 --- a/templates/base.html +++ b/templates/base.html @@ -24,10 +24,15 @@ src="assets/img/logo-inv.svg" alt="Private.coffee logo" /> - Private.coffee +

Private.coffee