diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/themes/cyborg/theme.json | 7 | ||||
| -rw-r--r-- | src/themes/gloss/theme.json | 7 | ||||
| -rw-r--r-- | src/themes/house/theme.json | 10 | 
3 files changed, 21 insertions, 3 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;",              "}"          ]      ]  } - diff --git a/src/themes/gloss/theme.json b/src/themes/gloss/theme.json index 7f68684..475b959 100644 --- a/src/themes/gloss/theme.json +++ b/src/themes/gloss/theme.json @@ -8,6 +8,11 @@          "../../ui/icons/css/fork-awesome.min.css",          "../../ui/gloss.min.css",          "../../ui/fonts/mybb-icons/style.css", -        "../../ui/site.css" +        "../../ui/site.css", +        [ +            ".post-container-controls {", +            "    background: linear-gradient(transparent, #f3f3f3 56%);", +            "}" +        ]      ]  } diff --git a/src/themes/house/theme.json b/src/themes/house/theme.json index f047c16..f77212d 100644 --- a/src/themes/house/theme.json +++ b/src/themes/house/theme.json @@ -9,6 +9,14 @@          "../../ui/house.min.css",          "../../ui/house-theme.min.css",          "../../ui/fonts/mybb-icons/style.css", -        "../../ui/site.css" +        "../../ui/site.css", +        [ +            ".post-container-controls {", +            "    background: linear-gradient(transparent, #362d25 56%);", +            "}", +            ".post-container-controls::after {", +            "    background-color: #000;", +            "}" +        ]      ]  } |