diff --git a/popup/popup.css b/popup/popup.css index 9994022..e393bcb 100644 --- a/popup/popup.css +++ b/popup/popup.css @@ -76,6 +76,17 @@ textarea { min-height: 90px; } +label a { + font-size: 0.95rem; + text-decoration: none; + color: white; + font-style: italic; +} + +label a:hover { + text-decoration: underline; +} + .button-container { display: flex; justify-content: center; diff --git a/popup/popup.html b/popup/popup.html index b53dedd..b57d9d3 100644 --- a/popup/popup.html +++ b/popup/popup.html @@ -58,10 +58,18 @@