aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlee <alee14498@gmail.com>2018-04-06 19:52:56 -0400
committerAlee <alee14498@gmail.com>2018-04-06 19:52:56 -0400
commita8ac99d33dda6d36ec5961e13b3e354d7fc78853 (patch)
tree4a6f78765c831093f6c3609f814dfbba14d6a6ca
parentea6693f7ac1dfa5697b1f06ef9be9b962fd2db20 (diff)
downloadAvalon-a8ac99d33dda6d36ec5961e13b3e354d7fc78853.tar.gz
Avalon-a8ac99d33dda6d36ec5961e13b3e354d7fc78853.tar.bz2
Avalon-a8ac99d33dda6d36ec5961e13b3e354d7fc78853.zip
Changed the navbar title
-rw-r--r--assets/css/styles.css2
-rw-r--r--index.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/assets/css/styles.css b/assets/css/styles.css
index 3f10f93..53fad5c 100644
--- a/assets/css/styles.css
+++ b/assets/css/styles.css
@@ -374,7 +374,7 @@
font-family: inherit;
font-weight: 500;
line-height: 1.2;
- color: rgb(86, 158, 78);
+ color: rgb(86, 189, 75);
}
h1, .h1 {
diff --git a/index.html b/index.html
index b67d2e9..ba87aa6 100644
--- a/index.html
+++ b/index.html
@@ -6,7 +6,7 @@
</head>
<body>
<nav class="navbar navbar-expand-lg navbar-dark bg-dark">
- <a class="navbar-brand" href="#">Navbar</a>
+ <a class="navbar-brand" href="#">Project Avalon</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarColor03" aria-controls="navbarColor03" aria-expanded="false" aria-label="Toggle navigation" style="">
<span class="navbar-toggler-icon"></span>
</button>