aboutsummaryrefslogtreecommitdiffstats
path: root/src/style.css
diff options
context:
space:
mode:
authorbndw <benjamindwoodward@gmail.com>2020-05-31 09:51:19 -0700
committerbndw <benjamindwoodward@gmail.com>2020-05-31 09:51:19 -0700
commit5d7fbbda1e8eac5802c8d7b4a9644e8f37a4e041 (patch)
treedb4b9d6a9ece183abdebde04f19d17fa1e6c4501 /src/style.css
parente2d391fac6c4aab68ab26d49eb2f83c19949cba5 (diff)
:lipstick: Dashed card border
Diffstat (limited to 'src/style.css')
-rw-r--r--src/style.css7
1 files 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 {
4.tag { 4.tag {
5 line-height: 1.6; 5 line-height: 1.6;
6} 6}
7 7fieldset {
8iframe { 8 border-style: dashed;
9 float: right; 9 border-color: #aaa;
10 margin: -2em;
11} 10}