System
Label Value Edit
Version 2.6.3
Language English (English)
Support Discord | Github | Blog
Donate Paypal
Appearance
Label Value Edit
Background Image - not set -
Trianglify No
Trianglify Random Seed DSquad
Treat Tags As: Folders
Miscellaneous
Label Value Edit
Homepage Search No
Default Search Provider Google
Link opens in Open in the same tab
Advanced
Label Value Edit
Custom CSS
@import url("https://fonts.googleapis.com/css?family=Raleway");

#app {
  background-position: center;
}
#app #sortable,
#app main {
  padding: 25px;
}
#config-buttons {
  bottom: 50%;
  transform: translateY(50%);
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  box-shadow: rgba(255, 255, 255, 0.1) -1px 1px 1px 0, rgba(255, 255, 255, 0.1) 0 -1px 1px 0,
    rgba(0, 0, 0, 0.1) -1px 0 20px 5px;
  background-color: rgba(40, 40, 40, 0.25);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
#config-buttons a {
  background: none;
}
#config-buttons a svg {
  transition: all 0.1s linear;
  color: rgba(255, 255, 255, 0.5);
}
#config-buttons a:hover svg {
  transform: scale(1.1);
  color: rgba(255, 255, 255, 0.95);
}

.black {
  color: white !important;
}

.item {
box-shadow: rgba(0, 0, 0, 0.1) -1px -1px 3px 0, rgba(0, 0, 0, 0.2) 0px 10px 10px -3px,
rgba(0, 0, 0, 0.04) 0px 10px 10px -3px !important;
  border-radius: 12% / 45%;
  background-image: none;
  border: hidden;
  outline: hidden;
  height: 75px;
  width: 275px;
  margin: 1.0rem;
  padding: 1rem 60px 1rem 1rem;
  transition: all 1.0s easy-in-out;
  transition-property: transform, box-shadow, background-color;
background-color: rgba(255, 255, 255, 0.2) !important;
font-family: 'Raleway', sans-serif;
font-size: 14px;
}

.item:hover {
background-color: rgba(40, 40, 40, 0.3) !important;
box-shadow: rgba(66, 66, 66, 0.1) 0px 30px 30px -17px !important;

}
Custom JavaScript