From 935e4d5ef3ee6e26d27f9687a41f8269ac926c54 Mon Sep 17 00:00:00 2001 From: Liliana Sanfilippo <liliana.sanfilippo@uni-bielefeld.de> Date: Sat, 28 Sep 2024 15:13:07 +0200 Subject: [PATCH] push --- src/App/App.css | 14 +++++++++----- src/App/Timelines.css | 6 +++--- src/contents/description.tsx | 2 +- 3 files changed, 13 insertions(+), 9 deletions(-) diff --git a/src/App/App.css b/src/App/App.css index 4f78f6c4..731f9e4b 100644 --- a/src/App/App.css +++ b/src/App/App.css @@ -99,6 +99,10 @@ nav .scrolllink span{ width:16.66666667% !important; } +sup a{ + font-weight: bolder !important; + font-size: small !important; +} .col-1{ width: 8.33333333% !important; @@ -160,7 +164,7 @@ p { text-align: justify; } a { - color: var(--accent-gradient-one-of-three) !important; + color: var(--lightblue) !important; text-decoration: none !important; } .our-h3{ @@ -178,7 +182,7 @@ code{ } .doi{ - color: var(--text-primary) !important; + color: var(--lightblue) !important; } .codesnippet{ padding-left: 30px; @@ -510,7 +514,7 @@ margin-bottom: 10vw !important; left: 50%; bottom: -65px; margin-left: -75px; - background-color: var(--text-primary); + background-color: inherit; } h2{ @@ -533,7 +537,7 @@ h2{ border-bottom: 1px solid var(--mediumpurple); border-top: 1px solid var(--mediumpurple); height: 5px; - background-color:var(--background); + background-color: inherit; } .h4{ margin-top: 5px; @@ -644,7 +648,7 @@ footer a { text-decoration: none; } footer a:hover { - color: var(--accent-gradient-three-of-three) !important; + color: var(--lightblue) !important; text-decoration: underline; } diff --git a/src/App/Timelines.css b/src/App/Timelines.css index a4b20704..01410ab6 100644 --- a/src/App/Timelines.css +++ b/src/App/Timelines.css @@ -159,11 +159,11 @@ button.tabbutton.Medical.active, .modulators.active, .inhalations.active{ background-color: var(--igemlightgreen); } /* and buttons */ -button.tabbutton:nth-child(1){ +button.tabbutton:nth-child(1), button.tabbutton:nth-child(6){ background-color: white; } -.Patient, button.tabbutton:nth-child(2){ +.Patient, button.tabbutton:nth-child(2), .button.tabbutton:nth-child(7){ background-color: var(--accen-secondary); } @@ -178,7 +178,7 @@ button.tabbutton:nth-child(1){ .Industry, button.tabbutton:nth-child(5){ background-color: var(--mediumpurple); } -.Activist, button.tabbutton:nth-child(6){ +.Activist{ background-color: var(--igemlightgreen); } diff --git a/src/contents/description.tsx b/src/contents/description.tsx index 4233c408..bd0494f9 100644 --- a/src/contents/description.tsx +++ b/src/contents/description.tsx @@ -93,7 +93,7 @@ export function Description() { <div className="col gif-wrapper"> <img className="fanzor gif" src="https://static.igem.wiki/teams/5247/fanzor/cftr-wt.gif"></img> </div> - <figcaption> <b>Figure 3.</b>Phase contrast image of HEK293T at 20x magnification</figcaption> + <figcaption> <b>Figure x.</b></figcaption> </figure> </div> -- GitLab