diff options
Diffstat (limited to 'src/themes/cyborg/theme.json')
-rw-r--r-- | src/themes/cyborg/theme.json | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/themes/cyborg/theme.json b/src/themes/cyborg/theme.json index 6458fee..4b71c4b 100644 --- a/src/themes/cyborg/theme.json +++ b/src/themes/cyborg/theme.json @@ -16,8 +16,13 @@ "}", ".image-attachment-image {", " border-color: #888;", + "}", + ".post-container-controls {", + " background: linear-gradient(transparent, #060606 56%);", + "}", + ".post-container-controls::after {", + " background-color: #282828;", "}" ] ] } - |