Skip to content
Snippets Groups Projects
Commit 4bb27eeb authored by Tyler Gaw's avatar Tyler Gaw
Browse files

changed table background for readability, titles have outline

parent df60fd6a
No related branches found
No related tags found
No related merge requests found
/*
Custom style specifications
*/
:root {
--blue-green: #124660;
--dropdown-bg: #05557d;
--dark-green: #1B9476;
--light-green: #8BD59E;
--cold-white: #C7DBC2;
--warm-white: #F4EBD6;
};
/* attributions.html */
.log-items{
......@@ -43,3 +50,10 @@ background-color: blueviolet;
.nested-notebook-list{
list-style-type: circle;
}
.table {
color:var(--warm-white);
}
thead,tbody {
background-color:var(--blue-green);
}
\ No newline at end of file
:root {
--blue-green: #124660;
--dropdown-bg: #05557d;
--dark-green: #1B9476;
--light-green: #8BD59E;
--cold-white: #C7DBC2;
--warm-white: #F4EBD6;
};
#homecontainer {
background-color: #007f68;
background-clip: padding-box;
......@@ -38,6 +48,13 @@ body {
#title {
text-align: center;
text-shadow:
-1px -1px 0 var(--blue-green), /* Top-left */
1px -1px 0 var(--blue-green), /* Top-right */
-1px 1px 0 var(--blue-green), /* Bottom-left */
1px 1px 0 var(--blue-green); /* Bottom-right */
color: var(--warm-green);
}
.facts {
......
......@@ -6,20 +6,14 @@
{% block page_content %}
<html lang="en">
<div style="height: 20px;"></div>
<body>
<div class="container mt-5">
<div class="bodyParagraph container mt-5">
<h1 class="display-3">Software Contribution</h1>
<h2 class="display-5 text-muted">The Chameleon Project</h2>
<p class="lead">
<p class="bodyParagraph lead">
The genetic toolkit at our disposal is rapidly expanding, yet the application of such tools is greatly limited to a small set
of genetically tractable model organisms. Overcoming the barriers to genetic tractability in non-model organisms will advance
......@@ -44,23 +38,23 @@
the Chameleon project with the motivation to provide an automated platform for future iGEM teams to more effectively
engineer non-model species.
</p>
</div>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/js/bootstrap.min.js"></script>
</body>
</html>
<body>
<div class="container mt-5">
<h1 class="display-3">Parts Contribution</h1>
<h2 class="display-5 text-muted">Constructs for use in <i>Microcystis aeruginosa</i></h2>
<p class="lead">
</p></div>
<div style="height: 20px;"></div>
<table class="table content table-bordered">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment