diff --git a/README.md b/README.md
index 0b54e83..07d29ca 100644
--- a/README.md
+++ b/README.md
@@ -2,6 +2,7 @@
## Inspired by WHM Bubble Breathing which unfortunately changed to subscription only.
- @WimHof: "I am a huge fan of yours and I love what you're doing man! I passed the 30 days challenge and believe everyone should chip in to help your cause but I had to make an accessible alternative to your breathing bubble... no hard feelings!"
- @all: "[Visit Wim\'s Website to learn more and support his mission!](https://www.wimhofmethod.com/breathing-techniques)"
+- Music Credits, @ the result overview page, go to [Tom Kenyon - Flower of Life/Tree of Life Sound Meditation](https://www.tomkenyon.com); "Thank you Tom for supplying this mystical music 🙏"
- Note: The ignorant work for their own profit, Arjuna; the wise work for the welfare of the world, without thought for themselves.
[](https://weedshaker.github.io/InteractiveBreathing/index.html "Click and start breathing Bro!") \
diff --git a/components/pages/ResultOverview.js b/components/pages/ResultOverview.js
index a9f76ae..7aa0118 100644
--- a/components/pages/ResultOverview.js
+++ b/components/pages/ResultOverview.js
@@ -199,7 +199,7 @@ export default class ResultOverview extends Shadow() {
}
:host > .results > a, :host > div > a {
color: var(--color);
- text-decoration: none;
+ text-decoration: underline;
}
:host a > span {
display: inline-block;
@@ -211,9 +211,6 @@ export default class ResultOverview extends Shadow() {
:host a:hover > span:last-of-type {
transform: translate(-0.4em, -0.1em) rotate(-20deg);
}
- :host .app {
- text-decoration: underline;
- }
`
}
@@ -244,7 +241,7 @@ export default class ResultOverview extends Shadow() {