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?

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

      Theres the magazine (community) /m/kbinStyles.

      I won’t even try to link that, I still don’t get it.

    • 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;
              }