• ProcurementCat@feddit.deOP
    link
    fedilink
    arrow-up
    5
    ·
    1 year ago

    Falls jemand lieber das helle Theme behalten will:

    .post-listing {
        border-radius: 10px;
        padding: 10px;
      	background-color: #FFFFFF;
    }
    
    body {
      background-color: #FFFFFF;
    }
    
    .navbar {
      background-color: #FFFFFF;
    }
    
    .vote-bar {
          display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
    
    .card-body {
      background-color: #FFFFFF;
    }
    
    .border-secondary {
          border: 1px solid #1a1c23 !important;
    }