Line 74: | Line 74: | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | <meta name="viewport" content="width=device-width, initial-scale=1"> | ||
<style> | <style> | ||
− | + | .single-page { | |
+ | color: #158BED; | ||
+ | text-decoration: none; | ||
+ | } | ||
+ | |||
+ | a:visited { | ||
color: black; | color: black; | ||
text-decoration: none; | text-decoration: none; | ||
Line 84: | Line 89: | ||
} | } | ||
− | + | .dropbtn{ | |
border: none; | border: none; | ||
padding: 16px; | padding: 16px; | ||
font-size: 16px; | font-size: 16px; | ||
− | + | color: #158BED; | |
+ | text-decoration: none; | ||
} | } | ||
Line 187: | Line 193: | ||
<div class="dropdown"> | <div class="dropdown"> | ||
− | <button class="dropbtn w3-btn w3-round-xxlarge"><a href="https://2018.igem.org/Team:CUNY_Kingsborough/Safety">Safety</a></button> | + | <button class="dropbtn w3-btn w3-round-xxlarge"><a class="single-page" href="https://2018.igem.org/Team:CUNY_Kingsborough/Safety">Safety</a></button> |
</div> | </div> | ||
<div class="dropdown"> | <div class="dropdown"> | ||
− | <button class="dropbtn w3-btn w3-round-xxlarge"><a href="https://igem.org/2018_Judging_Form?team=CUNY_Kingsborough">Judging Form</a></button> | + | <button class="dropbtn w3-btn w3-round-xxlarge"><a class="single-page" href="https://igem.org/2018_Judging_Form?team=CUNY_Kingsborough">Judging Form</a></button> |
</div> | </div> | ||
Revision as of 23:14, 6 October 2018