diff options
Diffstat (limited to 'assets')
-rw-r--r-- | assets/css/home.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/assets/css/home.css b/assets/css/home.css index 3005b2a..bfae718 100644 --- a/assets/css/home.css +++ b/assets/css/home.css @@ -113,6 +113,13 @@ main.home table#home2table label { } +table a.tag { + background-color: #7b97b9; + border-radius: 10px; + padding: 1px 4px; +} + + body { margin: 0; height: 100%; @@ -533,3 +540,4 @@ footer { } } + |