diff --git a/popup.css b/popup.css index 5ff046e..d9aa803 100644 --- a/popup.css +++ b/popup.css @@ -215,3 +215,18 @@ input[type="range"]::-webkit-slider-thumb:active { transform: scale(1.18); } padding-top: 2px; } .note.error { color: var(--danger); } + +/* ---------- Credits ---------- */ +.credits { + font-family: 'DM Mono', monospace; + font-size: 10px; + color: var(--text-dim); + text-align: center; + letter-spacing: .3px; + padding-top: 2px; + opacity: .85; +} +.credits .heart { + color: var(--danger); + margin-left: 1px; +} diff --git a/popup.html b/popup.html index 792767f..1272bf9 100644 --- a/popup.html +++ b/popup.html @@ -33,7 +33,7 @@