diff --git a/assets/css/app.css b/assets/css/app.css index 469f59e..a4ed895 100644 --- a/assets/css/app.css +++ b/assets/css/app.css @@ -711,6 +711,26 @@ iframe { margin-bottom: 45px; } +.bookmarklet { + font-size: 0.9em; + font-weight: bold; + line-height: 30px; + padding: 4px; + text-decoration: none; + color: #333; + background: #fcfcfc; + border: 1px dotted #ccc; + border-radius: 4px; + cursor: move; +} + +.bookmarklet:focus, +.bookmarklet:hover { + background: #fff; + color: #339966; + border: 1px solid #ccc; +} + /* desktop design */ @media only screen and (min-width: 480px) { diff --git a/templates/about.php b/templates/about.php index 372b489..e0709a1 100644 --- a/templates/about.php +++ b/templates/about.php @@ -14,7 +14,7 @@