I’m currently struggling to find my home. I have an account here at lemmy.ml, where most of my posts are, and one at kbin.

Why do you think your instance is the place to be?

  • Haunting_Tale_5150@kbin.social
    link
    fedilink
    arrow-up
    0
    ·
    1 year ago

    Kbin.social has a good interface, a few userscripts to customize it as I please, and it was the first one listed on the website that was in english lol.

      • Haunting_Tale_5150@kbin.social
        link
        fedilink
        arrow-up
        1
        ·
        edit-2
        1 year ago

        Yeah I use these in particular:

        Kbin enhancement script

        kbinit

        Kbin federation awareness

        And these

          /* Change boost color when pressed */
                .comment menu > a.active,
                .comment menu > li button.active {
                    color: #ff8f65 !important;
                }
        
        
                .entry footer menu > a.active,
                .entry footer menu > li button.active {
                    color: #ff8f65 !important;
                }
        
        
                /* Get rid of margins */
                .kbin-container {
                    max-width: none;
                }
        
        
                /* Make post creator wider */
                .page-entry-create .container {
                    max-width: none;
                }
        
        
                /*vote color*/
                .vote .active.vote__up button {
                    color: #ff8f65 !important;
                }
        
        
        
                .vote .active.vote__down button {
                    color: #9494ff !important;
                }