From 5d7fbbda1e8eac5802c8d7b4a9644e8f37a4e041 Mon Sep 17 00:00:00 2001 From: bndw Date: Sun, 31 May 2020 09:51:19 -0700 Subject: :lipstick: Dashed card border --- src/style.css | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/style.css b/src/style.css index 3e55788..5ea2e58 100644 --- a/src/style.css +++ b/src/style.css @@ -4,8 +4,7 @@ body { .tag { line-height: 1.6; } - -iframe { - float: right; - margin: -2em; +fieldset { + border-style: dashed; + border-color: #aaa; } -- cgit v1.2.3