From dee94be4c7c6a349c9bb4b3f1f681936a0136b5d Mon Sep 17 00:00:00 2001 From: ricoThaka <134652418+ricoThaka@users.noreply.github.com> Date: Wed, 13 Nov 2024 12:17:50 -0800 Subject: [PATCH] https://earthobservatory.nasa.gov/images/85924/satellite-eyes-on-typhoon-dolphin --- _sass/jekyll-theme-leap-day.scss | 2 +- index.md | 7 ++++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/_sass/jekyll-theme-leap-day.scss b/_sass/jekyll-theme-leap-day.scss index 9618302..e09717f 100644 --- a/_sass/jekyll-theme-leap-day.scss +++ b/_sass/jekyll-theme-leap-day.scss @@ -216,7 +216,7 @@ p::first-letter { img[src*="ZR0_1320_0784114966_193EBY_N0612534ZCAM04024_1100LMJ01_1200.jpg"] {width: 100%; border-bottom:solid 10px #BF785E50; - filter: contrast(300%); + filter: contrast(200%); } img[src*="cloudfront"] {width: 100%; diff --git a/index.md b/index.md index 6d311a5..fe5311b 100644 --- a/index.md +++ b/index.md @@ -2,6 +2,11 @@ layout: default mermaid: true --- +# [Satellite Eyes on Typhoon Dolphin](https://earthobservatory.nasa.gov/images/85924/satellite-eyes-on-typhoon-dolphin) + +![dolphin](https://eoimages.gsfc.nasa.gov/images/imagerecords/85000/85924/dolphin_cld_2015136.jpg) + +# [Cassini Radar Operation](https://pds-imaging.jpl.nasa.gov/documentation/Cassini_RADAR_Users_Guide_2nd_Ed_191004_cmp_200421.pdf) # Mars Perseverance Sol 1320: Right Mastcam-Z Camera ### PERSEVERANCE RAW IMAGES:Image of the Week @@ -18,7 +23,7 @@ Image Credit: [NASA/JPL-Caltech/ASU](https://mars.nasa.gov/mars2020/multimedia/r {% highlight css %} img[src*="ZR0_1320_0784114966_193EBY_N0612534ZCAM04024_1100LMJ01_1200.jpg"] {width: 100%; border-bottom:solid 10px #BF785E50; - filter: contrast(300%); + filter: contrast(200%); } {% endhighlight %}