From a8731f349735987492086aeae5a264c458d2a690 Mon Sep 17 00:00:00 2001 From: regis Date: Tue, 5 Dec 2023 17:36:57 +0100 Subject: [PATCH] a nicer box for mastodon feed --- assets/css/style.scss | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/assets/css/style.scss b/assets/css/style.scss index f8264fa..9bf6da4 100644 --- a/assets/css/style.scss +++ b/assets/css/style.scss @@ -7,6 +7,10 @@ body { background: url(../img/bgBody.png) no-repeat left 400px; } +iframe{ +border:1px solid #CCC +} + a { color: #7cacd0; } @@ -233,4 +237,4 @@ table.atelier-table { .newsletter h1 { font-size: larger; font-weight: normal; -} \ No newline at end of file +}