html {
  color: #b0e0ff;
}

html,
a,
button {
  color: #b0e0ff;
}

#background {
  background-color: #1f2325;
}

#backgroundTop {
  background-color: #66757c;
}

#backgroundBottom {
  background-color: #3d4549;
}

#helmetTop {
  background-color: #20283b;
  border-color: #000000;
}

#helmetBottom {
  background-color: #16181d;
  border-color: #000000;
}

#custom-pointer {
  filter: brightness(0.5);
}

#currentTitle,
#currentArtist {
  color: #b0ffe0;
}

#musicTopBorder {
  border-color: #25292d;
  border-left-color: transparent;
  border-right-color: transparent;
}

#screenBorder1,
#musicBorder1 {
  border-color: #252525;
}

#screenBorder2,
#musicBorder2 {
  border-image: linear-gradient(to top right, #262c2f, #33383d) 1;
}

#screenBorder3,
#musicBorder3 {
  border-color: #161616;
}

#screenBorder4,
#musicBorder4 {
  border-color: #17191a;
  border-bottom-color: #25292d;
  border-top-color: #25292d;
}

#musicBorder4 {
  border-top-color: #191c1f;
}

#monitorBackground {
  background-color: #000;
}

#musicPlayer {
  background-color: #000;
}

#monitorDetail {
  background-image: linear-gradient(to right, #080e16, #090b0c, #080e16);
}

.divider {
  background-image: linear-gradient(to right, #b0e0ff 75%, transparent 25%);
}
.dividerLight {
  background-image: linear-gradient(to right, #b0dfff80 75%, transparent 25%);
}

.textInput {
  border-color: #b0e0ff;
}

hr {
  background-color: #0e1116;
  border-color: #0e1116;
}

#contactLine,
#socials,
#socials a,
#latestCommit div {
  color: #0e1116;
  text-shadow:
    -1px -1px 0 #0e1116,
    1px -1px 0 #0e1116,
    -1px 1px 0 #0e1116,
    1px 1px 0 #0e1116;
}

.audioSlider::-webkit-slider-thumb {
  background: #fff;
}

.audioSlider {
  background: #b0e0ff;
}

#textEditorSizeInput::-webkit-slider-thumb {
  background: #fff;
}

#textEditorSizeInput {
  background: #b0e0ff;
}

#textEditorText {
  background-color: transparent;
  border-color: #b0e0ff;
  color: #ffffff;
}

#TimelineCenter7117 {
  background: repeating-linear-gradient(
    to bottom,
    #e0b0ff 0px,
    #e0b0ff 15.2185px,
    #dfb0ffdc 15.2185px,
    #dfb0ffdc 30.437px,
    #dfb0ff8e 30.437px,
    #dfb0ff8e 45.6555px,
    #dfb0ff71 45.6555px,
    #dfb0ff71 60.874px
  );
}
.TimelineIndicator7117 {
  background-color: #fff;
}
.TimelineContentDivider7117 {
  background-color: #b0e0ff;
}
.TimelineEventImage7117 {
  border: 1px solid #b0e0ff;
}

#TimelineNowIndicator7117 {
  border: 2px solid #b0e0ff;
  background-color: #00000083;
}
