Please feel free to correct my English.

The Lemming formerly known as /u/SatyrSack@lemmy.one

  • 0 Posts
  • 26 Comments
Joined 4 months ago
cake
Cake day: September 28th, 2024

help-circle








  • SatyrSack@feddit.orgtoMildly Infuriating@lemmy.worldThis spoon.
    link
    fedilink
    English
    arrow-up
    6
    ·
    edit-2
    1 month ago

    Some soup spoons are indeed oblong like a tablespoon. But because there isn’t anything in that etsy photo above to provide context, you might miss that the heads of those spoons are most likely much larger than that of a tablespoon. Sure, they’re just as oval-shaped as what OP expects, but they’re also just as wide as the round spoon in the OP. Meaning they require just as Steven Tyler of a mouth to successfully misuse as a round soup spoon.











  • To install the theme, put the contents of theme.css in Custom CSS code and set a hue:

    @import url("https://glcdn.githack.com/smaniottonicola/jellyfin-custom-accent/-/raw/master/theme.css");
    
    :root {
       --custom-hue: <value>;
    }
    

    If I want to take that theme.css file and just save it to my server itself instead of having Jellyfin fetch it each time the CSS loads, what would I put in the @import rule? I placed the file in my Jellyfin Docker container’s config folder and used @import "/config/theme.css”;, but that does not seem to change the CSS at all.