From 3e5ec74dc1219c485548d7145120461ae2cac21f Mon Sep 17 00:00:00 2001 From: mb Date: Wed, 18 May 2022 14:56:36 +0200 Subject: [PATCH] api to accesspoints --- static/css/stylesheet.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/css/stylesheet.css b/static/css/stylesheet.css index 61b36fa..a64ff57 100644 --- a/static/css/stylesheet.css +++ b/static/css/stylesheet.css @@ -50,11 +50,11 @@ section#feeds{ section#accesspoints{ margin: 5em 0; } - section#api div.accesspoint{ + section#accesspoints div.accesspoint{ padding: 1em 2em; border-bottom: 20px solid #aa87deff; } - section#api div.accesspoint:first-of-type{ + section#accesspoints div.accesspoint:first-of-type{ border-top: 20px solid #aa87deff; }