From dbdff59c140fe45d858f4dc2c611daf56005aef6 Mon Sep 17 00:00:00 2001 From: vincent-peugnet Date: Wed, 29 Jan 2020 14:18:52 +0100 Subject: new feature : secure level coloration in home --- assets/css/home.css | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'assets') diff --git a/assets/css/home.css b/assets/css/home.css index bfae718..b14f9a1 100644 --- a/assets/css/home.css +++ b/assets/css/home.css @@ -119,6 +119,22 @@ table a.tag { padding: 1px 4px; } +table a.secure{ + padding: 1px 3px; +} + +table a.secure.private { + background-color: #b9b67b; +} + +table a.secure.not_published { + background-color: #b97b7b; +} + +table a.secure.public { + background-color: #80b97b; +} + body { margin: 0; @@ -541,3 +557,5 @@ footer { } + + -- cgit v1.2.3