Fix comments indentation

This commit is contained in:
brodokk 2023-05-28 10:20:47 +00:00
parent 80bce832fa
commit 69ff41ff76

View File

@ -1981,10 +1981,10 @@ button.table-action-link {
}
.text-icon-button:active, .text-icon-button:focus, .text-icon-button:hover {
/* color: #51596f; */
/* background-color: rgba(96,105,132,.15); */
/* color: hsl(224, 16%, 38%); */
/* background-color: hsla(225, 16%, 45%, .15); */
/* color: #51596f; */
/* background-color: rgba(96,105,132,.15); */
/* color: hsl(224, 16%, 38%); */
/* background-color: hsla(225, 16%, 45%, .15); */
color: hsl(var(--hue), 16%, 38%);
background-color: hsla(var(--hue), 16%, 45%, .15);
}
@ -1994,17 +1994,17 @@ button.table-action-link {
}
.compose-form .compose-form__warning {
/* color: #282c37; */
/* background: #9baec8; */
/* color: hsl(224, 16%, 19%); */
/* background: hsl(215, 29%, 70%); */
/* color: #282c37; */
/* background: #9baec8; */
/* color: hsl(224, 16%, 19%); */
/* background: hsl(215, 29%, 70%); */
color: hsl(var(--hue), 16%, 19%);
background: hsl(var(--hue), 29%, 70%);
}
.compose-form .compose-form__warning a {
/* color: #606984; */
/* color: hsl(225, 16%, 45%); */
/* color: #606984; */
/* color: hsl(225, 16%, 45%); */
color: hsl(var(--hue), 16%, 45%);
}
@ -2177,131 +2177,130 @@ button.table-action-link {
}
.account__header__fields dd {
/* color: #9baec8; */
/* color: #9baec8; */
color: hsl(var(--hue), 29%, 70%);
}
.account__header__fields {
/* border-color: #42485a currentcolor; */
/* border-color: #42485a currentcolor; */
border-color: hsl(var(--hue), 15%, 31%) currentcolor;
}
.public-layout .header .brand:active, .public-layout .header .brand:focus, .public-layout .header .brand:hover {
/* background: #42485a; */
/* background: #42485a; */
background: hsl(var(--hue), 15%, 31%);
}
.icon-button.disabled {
/* color: #444b5d; */
/* color: #444b5d; */
color: hsl(var(--hue), 16%, 32%);
}
.sign-in-banner p {
/* color: #9baec8; */
/* color: #9baec8; */
color: hsl(var(--hue), 29%, 70%);
}
.button.button-tertiary {
/* color: #8c8dff; */
/* border-color: #8c8dff; */
/* color: #8c8dff; */
/* border-color: #8c8dff; */
color: hsl(var(--hue), 100%, 77%);
border-color: hsl(var(--hue), 100%, 77%);
}
.button.button-tertiary:active, .button.button-tertiary:focus, .button.button-tertiary:hover {
/* background: #6364ff; */
/* background: hsl(var(--hue), 100%, 69%); */
/* background: #6364ff; */
/* background: hsl(var(--hue), 100%, 69%); */
/* Manually changed for readability */
background: hsl(var(--hue), 60%, 49%);
}
.server-banner h4 {
/* color: #9baec8; */
/* color: #9baec8; */
color: hsl(var(--hue), 29%, 70%);
}
.server-banner__number-label {
/* color: #9baec8; */
/* color: #9baec8; */
color: hsl(var(--hue), 29%, 70%);
}
.server-banner__introduction {
/* color: #9baec8; */
/* color: #9baec8; */
color: hsl(var(--hue), 29%, 70%);
}
.about__meta h4 {
/* color: #9baec8; */
/* color: #9baec8; */
color: hsl(var(--hue), 29%, 70%);
}
.about__meta {
/* background: #313543; */
/* background: #313543; */
background: hsl(var(--hue), 16%, 23%);
}
.about__meta__divider {
/* border-color: #393f4f; */
/* border-color: #393f4f; */
border-color: hsl(var(--hue), 16%, 27%);
}
.about__section__title {
/* background: #313543; */
/* color: #8c8dff; */
/* background: #313543; */
/* color: #8c8dff; */
background: hsl(var(--hue), 16%, 23%);
color: hsl(var(--hue), 100%, 77%);
}
.about__section__body {
/* border-color: #313543; */
/* border-color: #313543; */
border-color: hsl(var(--hue), 16%, 23%);
}
.prose {
/* color: #d9e1e8; */
/* color: #d9e1e8; */
color: hsl(var(--hue), 25%, 88%);
}
.prose ul > li::before {
/* background-color: #9baec8; */
/* background-color: #9baec8; */
background-color: hsl(var(--hue), 29%, 70%);
}
.prose a {
/* color: #8c8dff; */
/* color: #8c8dff; */
color: hsl(var(--hue), 100%, 77%);
}
.prose hr {
/* border-top-color: #313543; */
/* border-top-color: #313543; */
border-top-color: hsl(var(--hue), 16%, 23%);
}
.about__header p {
/* color: #9baec8; */
/* color: #9baec8; */
color: hsl(var(--hue), 29%, 70%);
}
.about__footer {
/* color: #606984; */
/* color: #606984; */
color: hsl(var(--hue), 16%, 45%);
}
.rules-list li::before {
/* background: #8c8dff; */
/* color: #282c37; */
/* background: #8c8dff; */
/* color: #282c37; */
background: hsl(var(--hue), 100%, 77%);
color: hsl(var(--hue), 16%, 19%);
}
.rules-list li {
/* border-bottom-color: #393f4f; */
/* border-bottom-color: #393f4f; */
border-bottom-color: hsl(var(--hue), 16%, 27%);
}
.account {
/* border-bottom-color: #393f4f; */
/* border-bottom-color: #393f4f; */
border-bottom-color: hsl(var(--hue), 16%, 27%);
}
@ -2319,7 +2318,7 @@ button.table-action-link {
/* Hue rotate for complex backgrounds */
/* Hue rotate for complex backgrounds */
.simple_form select {
filter: hue-rotate(calc(var(--hue) - 240deg));