Skip to content

Commit

Permalink
updated theme colors
Browse files Browse the repository at this point in the history
  • Loading branch information
Fatimah committed Nov 13, 2023
1 parent baf0911 commit d976946
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -638,16 +638,16 @@ code {
}

/* TinyMCE Editor Output */
.mce-content
.rich-input-content
{
table, td, th {
border: 1px dashed #bbb;
border: 1px dashed @lightGray;
border-collapse: collapse;
padding: 1rem;
}
}
blockquote{
border-left: 4px solid #ccc;
border-left: 4px solid @lightGray;
margin-left: 1.5rem;
padding-left: 1rem;
}
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

@mutedTextColor : #757575;
@textMutedColorDarken: #4A4A4A;

@lightGray: #C5C5C5;
@neutralColor: @grey;
@darkGray: #333;
@warningColor: @yellow;
Expand Down

0 comments on commit d976946

Please sign in to comment.