Skip to content
Snippets Groups Projects
Commit 024d674e authored by Liliana Sanfilippo's avatar Liliana Sanfilippo
Browse files

tried some changes of the colour scheme

parent 91deb553
No related branches found
No related tags found
1 merge request!1Bfh branch
Pipeline #376098 canceled
body {
padding-top: 56px;
background-color: var(--lightblue);
background-color: var(--offwhite);
color: var(--offblack);
}
.left-aligned { margin-left: auto; }
......@@ -26,9 +26,9 @@ color: var(--darkpurple) !important;
}
/*When hovering over navbar link with mouse the text turns orange */
.nav-link:hover {
color: var(--darkpurple) !important;
background-color: var(--yellow) !important;
border-radius: 3px;
color: var(--offwhite) !important;
background-color: var(--darkpurple) !important;
border-radius: 7px;
}
/* macht den Hintergrund der Navbar blurry */
.navbar{
......@@ -68,7 +68,7 @@ footer a:hover { color: white; text-decoration: underline; }
:root {
/* our colours*/
--darkpurple: #850F78;
--purple: #B85BD1;
/*--purple: #B85BD1; */
--orange: #F57D22;
--yellow: #F4CC1E;
--lightblue: #A0A7F3 ;
......
......@@ -11,7 +11,7 @@
</div>
</p>
<hr>
<div class="row align-items-center">
<div class="row align-items-center" style="background-color: #FFF6F2; border-radius: 10px;">
<div class="col-2" id="#Zeiss">
<a href="http://www.zeiss.de/naturwissenschaften">
<img class="img-fluid" src="https://static.igem.wiki/teams/5247/sponsors/online-zeiss-logo-rgb.png" />
......
......@@ -42,7 +42,7 @@
width: 100%;
}
</style>
<body style="background-image: url('https://static.igem.wiki/teams/5247/photos/university/bielefeld-3381870.jpg');">
<body > <!-- style="background-image: url('https://static.igem.wiki/teams/5247/photos/university/bielefeld-3381870.jpg');" -->
<!-- Navigation -->
{% include 'menu.html' %}
......
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