diff options
Diffstat (limited to 'assets')
-rw-r--r-- | assets/style.css | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/assets/style.css b/assets/style.css index 658ca43..52212db 100644 --- a/assets/style.css +++ b/assets/style.css @@ -83,3 +83,21 @@ input[type=submit] { margin-left: 4em; } + +.status { + display: inline-block; + padding: 0.1em; + font-size: small; + font-variant: small-caps; + color: black; + border-radius: 5px; + margin-left: 0.2em; + margin-right: 0.3em; +} + +.status-Unknown { background-color: #4b4b4b; } +.status-Planned { background-color: #6d5dff; } +.status-Developing { background-color: #5dfff1; } +.status-Stale { background-color: #d6d44b; } +.status-Maintained { background-color: #8cff56; } +.status-Abandoned { background-color: #ff9854; } |