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

yes

parent 04ee3338
...@@ -14,13 +14,24 @@ ...@@ -14,13 +14,24 @@
</head> </head>
<style> <style>
.container {
background-color: #000000;
color:rgb(169, 0, 221);
}
.card-header { .card-header {
background-color: #8AB4F8; background-color: #000000;
color:black; color:rgb(169, 0, 221);
}
ul{
background-color: #000000;
color:rgb(169, 0, 221);
} }
.card { .card {
max-width:100%; max-width:100%;
background-color: black;
} }
select { select {
...@@ -31,24 +42,23 @@ ...@@ -31,24 +42,23 @@
border-radius: .5em; border-radius: .5em;
border: 1px solid #aaa; border: 1px solid #aaa;
} }
.table {
a:hover { background-color: #000000;
color:#23272B; color:rgb(169, 0, 221);
} }
a:hover {
.active { color:rgb(169, 0, 221);
color: #23272B;
} }
label { label {
color: #8AB4F8; color:rgb(169, 0, 221);
font-weight:bold; font-weight:bold;
} }
</style> </style>
<body> <body>
<nav class="navbar navbar-expand-lg navbar-light bg-light mb-3 sticky-top"> <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"> <ul class="navbar-nav">
<li class="nav-item mx-2"> <li class="nav-item mx-2">
Miguel Bandelaria | 190518 Miguel Bandelaria | 190518
...@@ -62,7 +72,7 @@ ...@@ -62,7 +72,7 @@
</ul> </ul>
</nav> </nav>
<div class="container-fluid"> <div class="container-fluid" style="background-color: black;">
<div class="row"> <div class="row">
{% if request.path != "/" and request.path != "/signup" %} {% if request.path != "/" and request.path != "/signup" %}
...@@ -81,7 +91,7 @@ ...@@ -81,7 +91,7 @@
</div> </div>
{% endif %} {% 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 %} {% block content %}
{% endblock %} {% endblock %}
...@@ -92,7 +102,7 @@ ...@@ -92,7 +102,7 @@
<footer class="footer bg-light" style="position: fixed;"> <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> </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