/* onionring.js is made up of four files - onionring-widget.js, onionring-index.js, onionring-variables.js and onionring.css (this one!)
// it's licensed under the cooperative non-violent license (CNPL) v4+ (https://thufie.lain.haus/NPL.html)
// it was originally made by joey + mord of allium (è’œ) house, last updated 2020-10-24 */

/* === ONIONRING.CSS === */
/* this file affects the style of the widget. remember to replace all instances of #webringid with whatever value you have for ringID in the onionring-widget.js file. make sure it still has the # at the front, though! probably easiest to use find+replace to do it */

@font-face {
  font-family: pacifico
  src: url(https://mizuki.world/pacifico-regular-webfont.woff)
}

#originalhearts {
  height: 70px;
  width: 100px;
  background-color: #c23673;
  border-color: #5c3646;
  border-style: solid; 
  border-width: 2px;
  border-radius: 15px;
  color: #141414;
  display: flex;
  justify-content: center;
  padding: 10px 10px;
  overflow: auto;
}

#originalhearts .title {
  font-family: pacifico;
}

#originalhearts .title a {
  text-decoration: none;
  color: #ffb663;
}

#originalhearts a {
  text-decoration: none;
  color: #5e3873;
}