Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:Home/SupportServer/styles.css

Template page
a.external.text::after {
display: none;
}

.goalprogress__container {
  position: relative;
  display: grid;
  overflow: hidden;
  height: 2rem;
  border: 0;
  border-top: 1px solid var(--border-color-base);
  background-color: var(--color-surface-3);
  border-bottom-left-radius: var(--border-radius--medium);
  border-bottom-right-radius: var(--border-radius--medium);
  font-size: 0.8125rem;
  place-content: center;
}
.goalprogress__percentage {
position: initial;
color: var(--color-base--subtle);
}
.goalprogress__bar {
top: 0;
left: 0;
border: 0;
border-right: 2px solid var(--color-primary);
background-color: var(--background-color-primary--active);
}