Commit 1ab481f0 authored by Jansen Lao's avatar Jansen Lao

yes

parent 04ee3338
......@@ -14,13 +14,24 @@
</head>
<style>
.container {
background-color: #000000;
color:rgb(169, 0, 221);
}
.card-header {
background-color: #8AB4F8;
color:black;
background-color: #000000;
color:rgb(169, 0, 221);
}
ul{
background-color: #000000;
color:rgb(169, 0, 221);
}
.card {
max-width:100%;
background-color: black;
}
select {
......@@ -31,24 +42,23 @@
border-radius: .5em;
border: 1px solid #aaa;
}
a:hover {
color:#23272B;
.table {
background-color: #000000;
color:rgb(169, 0, 221);
}
.active {
color: #23272B;
a:hover {
color:rgb(169, 0, 221);
}
label {
color: #8AB4F8;
color:rgb(169, 0, 221);
font-weight:bold;
}
</style>
<body>
<nav class="navbar navbar-expand-lg navbar-light bg-light mb-3 sticky-top">
<a class="navbar-brand mb-0" href="/">GrabGrub</a>
<a class="navbar-brand mb-0" href="/" style="color:rgb(169, 0, 221); background-color: black;">The GrabGrub Project</a>
<ul class="navbar-nav">
<li class="nav-item mx-2">
Miguel Bandelaria | 190518
......@@ -62,7 +72,7 @@
</ul>
</nav>
<div class="container-fluid">
<div class="container-fluid" style="background-color: black;">
<div class="row">
{% if request.path != "/" and request.path != "/signup" %}
......@@ -81,7 +91,7 @@
</div>
{% endif %}
<div class="col-10 justify-content-center mb-5">
<div class="col-10 justify-content-center mb-5" style="background-color: black;">
{% block content %}
{% endblock %}
......@@ -92,7 +102,7 @@
<footer class="footer bg-light" style="position: fixed;">
<div class="container" style="color: black">M7L Final Project</div>
<div class="container" style="color:rgb(169, 0, 221); ">M7L Final Project</div>
</footer>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment