Skip to content

Commit

Permalink
Update nav
Browse files Browse the repository at this point in the history
  • Loading branch information
portableant committed May 7, 2022
1 parent 24be626 commit e6414da
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 6 deletions.
2 changes: 1 addition & 1 deletion public/css/app.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/css/fitzwilliam.css

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions public/mix-manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"/js/app.js": "/js/app.js?id=bb623c8197670798b22474c72bd49144",
"/css/app.css": "/css/app.css?id=2692119926c9fc0911fb96c925d14645",
"/css/fitzwilliam.css": "/css/fitzwilliam.css?id=71b4e1268fc394dcf33895c6e4e8181b"
"/css/app.css": "/css/app.css?id=34e829a08cbe04a6e1cba443b35a77b4",
"/css/fitzwilliam.css": "/css/fitzwilliam.css?id=bf56b52b7f8d3c28e8f743de9a5b2148"
}
3 changes: 3 additions & 0 deletions resources/css/site.css
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,9 @@ footer, .chip-icon {
.bg-maroon {
background-color: maroon !important;
}
.bg-nav-cambridge {
background-color: #a3c1ad;
}

body {
font-family: 'Roboto', sans-serif;
Expand Down
6 changes: 5 additions & 1 deletion resources/sass/_variables.scss
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
// Body
$body-bg: #a3c1ad;

// Navbar
$navbar-default-bg: #a3c1ad;
$bg-nav: #a3c1ad;

// Typography
$font-family-sans-serif: 'Nunito', sans-serif;
$font-family-sans-serif: 'Roboto', sans-serif;
$font-size-base: 1.0rem;
$line-height-base: 1.6;

Expand Down
2 changes: 1 addition & 1 deletion resources/views/includes/structure/nav.blade.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!-- Nav bars -->
<nav class="navbar navbar-expand-lg navbar-dark bg-black fixed-top">
<nav class="navbar navbar-expand-lg navbar-dark bg-maroon fixed-top">
<div class="container-fluid">

<a class="navbar-brand" href="{{ route('home') }}">
Expand Down

0 comments on commit e6414da

Please sign in to comment.