Skip to content

Commit 91536ab

Browse files
committed
updates
1 parent 792cb30 commit 91536ab

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

assets/css/main.css

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,7 @@ input, select, textarea {
401401
button:hover,
402402
.button:hover {
403403
box-shadow: inset 0 0 0 2px #34a58e;
404-
color: #143a32 !important;
404+
color: #e2e2e2 !important;
405405
}
406406

407407
input[type="submit"]:hover:active,
@@ -410,7 +410,7 @@ input, select, textarea {
410410
button:hover:active,
411411
.button:hover:active {
412412
background-color: rgba(52, 165, 142, 0.15);
413-
color: #143142 !important;
413+
color: #e2e2e2 !important;
414414
}
415415

416416
input[type="submit"].icon,
@@ -458,7 +458,7 @@ input, select, textarea {
458458
input[type="button"].primary,
459459
button.primary,
460460
.button.primary {
461-
background-color: #34a58e;
461+
background-color: #e2e2e2;
462462
box-shadow: none;
463463
}
464464

@@ -467,7 +467,7 @@ input, select, textarea {
467467
input[type="button"].primary:hover,
468468
button.primary:hover,
469469
.button.primary:hover {
470-
background-color: #47c5ab;
470+
background-color: #e2e2e2;
471471
color: #ffffff !important;
472472
}
473473

@@ -476,7 +476,7 @@ input, select, textarea {
476476
input[type="button"].primary:hover:active,
477477
button.primary:hover:active,
478478
.button.primary:hover:active {
479-
background-color: #287e6d;
479+
background-color: #e2e2e2;
480480
}
481481

482482
input[type="submit"].disabled, input[type="submit"]:disabled,

index.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,8 +116,7 @@ <h2>Basis Function Expansions for Observational Insight</h2>
116116
how we map an image of a galaxy to a sound via sonification. We are currently developing a framework for
117117
expansions of integral field spectrograph data, which will allow for analyses of both velocity and chemical
118118
information.</p>
119-
<p>Quantifying <a href="https://ui.adsabs.harvard.edu/abs/2022MNRAS.510.6201P/abstract"disk></a>asymmetry.</p>
120-
<p> Your paper links and blurbs here!
119+
<p> Your paper links and blurbs here! </p>
121120
</article>
122121
<article class="thumb">
123122
<a href="images/fulls/plain.png" class="image"><img src="images/thumbs/9.png" alt="" /></a>

0 commit comments

Comments
 (0)