/*
* Unified profile button accents
*/

.button-profile,
.button-github,
.button-gitee,
.button-email,
.button-projects,
.button-notes,
.button-blog,
.button-tools {
  --button-text: #f4fbff;
  --button-background: rgba(239, 250, 255, 0.075);
  --button-background-hover: rgba(239, 250, 255, 0.13);
  --button-border: rgba(217, 240, 243, 0.22);
  --button-border-hover: rgba(103, 224, 212, 0.58);
}

.button-github {
  --button-background: rgba(239, 250, 255, 0.075);
  --button-border-hover: rgba(244, 251, 255, 0.58);
}

.button-gitee {
  --button-border-hover: rgba(244, 126, 111, 0.58);
}

.button-email {
  --button-border-hover: rgba(103, 224, 212, 0.62);
}

.button-projects {
  --button-border-hover: rgba(168, 216, 111, 0.6);
}

.button-notes {
  --button-border-hover: rgba(121, 171, 226, 0.6);
}

.button-blog {
  --button-border-hover: rgba(167, 144, 224, 0.58);
}

.button-tools {
  --button-border-hover: rgba(244, 190, 112, 0.6);
}
