Skip to content

Commit

Permalink
Fix text colour
Browse files Browse the repository at this point in the history
  • Loading branch information
Saltssaumure committed Jul 5, 2024
1 parent 8ee22ea commit d43e2bf
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 20 deletions.
4 changes: 2 additions & 2 deletions scss/main/_forums.scss
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ li.card_a6d69a {
}

:is(.container_d331f1, .container_a57509) {
.markup_d6076c {
.markup_f8f345 {
color: var(--text-normal);
}

Expand Down Expand Up @@ -291,7 +291,7 @@ li.card_a6d69a {
.contentPreview_a57509 {
background: $bg;

.markup_d6076c {
.markup_f8f345 {
color: $text;
}
}
Expand Down
2 changes: 1 addition & 1 deletion scss/main/_friends.scss
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@
.messageRequestItem_a5de62 {
@include boxes.clickable;

.messageContent_ec86aa {
.messageContent_f9f2ca {
color: $black;
}
}
Expand Down
32 changes: 16 additions & 16 deletions scss/main/_messages.scss
Original file line number Diff line number Diff line change
Expand Up @@ -58,24 +58,24 @@

// Text
.description_c2668b,
.markup_d6076c,
.markup_f8f345,
.container_e62b38,
.header_c2668b,
.username_ec86aa,
.repliedTextPlaceholder_ec86aa,
.repliedTextPreview_ec86aa.clickable_ec86aa:hover,
.repliedMessage_ec86aa,
.username_f9f2ca,
.repliedTextPlaceholder_f9f2ca,
.repliedTextPreview_f9f2ca.clickable_f9f2ca:hover,
.repliedMessage_f9f2ca,
.subtitle_ec583a,
.markup_d6076c code,
.markup_f8f345 code,
.codeBlockText_cdb578,
.codeLine_cdb578,
.operations_ed9386,
.markup_d6076c h1,
.markup_d6076c h2,
.markup_d6076c h3,
.markup_d6076c h4,
.markup_d6076c h5,
.markup_d6076c h6 {
.markup_f8f345 h1,
.markup_f8f345 h2,
.markup_f8f345 h3,
.markup_f8f345 h4,
.markup_f8f345 h5,
.markup_f8f345 h6 {
color: $text;
}

Expand All @@ -86,12 +86,12 @@
}

// Blockquote
.blockquoteDivider_d6076c {
.blockquoteDivider_f8f345 {
background: $grey;
}

// Bullet point
.markup_d6076c li {
.markup_f8f345 li {
list-style-type: square;
}

Expand Down Expand Up @@ -283,7 +283,7 @@
}

// Spoiler text
.messageContent_ec86aa {
.messageContent_f9f2ca {
.spoilerMarkdownContent_a3d0f7.hidden_a3d0f7 {
@include boxes.box;
background: $darkgrey;
Expand All @@ -296,7 +296,7 @@
}

// Code blocks
.markup_d6076c code {
.markup_f8f345 code {
@include boxes.box;
background: $bg;
}
Expand Down
2 changes: 1 addition & 1 deletion scss/overlay/popovers/_userprofiles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
}

code,
.blockquoteDivider_d6076c {
.blockquoteDivider_f8f345 {
background: $darkgrey;
}

Expand Down

0 comments on commit d43e2bf

Please sign in to comment.