diff options
Diffstat (limited to 'assets/css/home.css')
-rw-r--r-- | assets/css/home.css | 18 |
1 files changed, 18 insertions, 0 deletions
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 { } + + |