diff --git a/index.html b/index.html index 9c02b19..e62c2e4 100644 --- a/index.html +++ b/index.html @@ -14,6 +14,7 @@ --surface: #2d2d2d; --primary: #10a37f; --text: #ececec; + --smalltext: #888; } body { background: var(--bg); @@ -77,9 +78,20 @@ .hidden { display: none; } + .expires { + font-size: 12px; + color: var(--smalltext); + margin-top: 8px; + text-align: center; + } + .expires > input { + background: #111; + border: 1px solid #444; + color: var(--text); + } .status { font-size: 12px; - color: #888; + color: var(--smalltext); margin-top: 8px; text-align: center; } @@ -93,6 +105,9 @@ id="text" placeholder="Type or paste your secret here..." > +