はぬべき@Lemmy

Fediverseにただ興味があるだけ #searchable_by_all_users

  • 206 Posts
  • 27 Comments
Joined 2 years ago
cake
Cake day: December 2nd, 2022

help-circle


























  • 次回アップデート予告

    .btn-group-toggle {
      border-radius: 0.5rem !important;
      background-color: var(--hlt-secondary);
      background-image: none;
      padding: 0.25rem 0;
    }
    
    .btn-group-toggle .btn-outline-secondary {
      margin: 0 0.25rem;
      border-radius: 0.5rem !important;
      color: var(--hlt-white);
      background-color: transparent;
      border-color: transparent;
      padding-bottom: 0;
    }
    
    .btn-group-toggle .btn-outline-secondary.disabled,
    .btn-group-toggle .btn-outline-secondary:disabled {
      color: var(--hlt-gray-dark) !important;
      background-color: var(--hlt-secondary) !important;
    }
    
    .btn-group-toggle .btn-outline-secondary.active,
    .btn-group-toggle .btn-outline-secondary:active {
      color: var(--hlt-primary) !important;
      background-color: var(--hlt-white) !important;
      background-image: linear-gradient(0deg, var(--hb-post-background), var(--hb-post-background)) !important;
    }
    
    .btn-group-toggle .btn-outline-secondary:focus:not(.active):not(:active),
    .btn-group-toggle .btn-outline-secondary:hover:not(.active):not(:active) {
      color: var(--hlt-secondary) !important;
      background-color: var(--hlt-white) !important;
    }
    
    @media (prefers-color-scheme: dark) {
      .btn-group-toggle {
        background-color: transparent;
        background-image: linear-gradient(0deg, var(--hb-post-background), var(--hb-post-background));
      }
    
      .btn-group-toggle .btn-outline-secondary.active,
      .btn-group-toggle .btn-outline-secondary:active {
        background-color: var(--hlt-black) !important;
        border-color: var(--hlt-black) !important;
        background-image: none !important;
      }
    
      .btn-group-toggle .btn-outline-secondary:focus:not(.active):not(:active),
      .btn-group-toggle .btn-outline-secondary:hover:not(.active):not(:active) {
        color: var(--hlt-white) !important;
        background-color: var(--hlt-secondary) !important;
      }
    }