Skip to content

Commit

Permalink
Update: Add text editor darkmode
Browse files Browse the repository at this point in the history
  • Loading branch information
Hayao0819 committed Nov 21, 2023
1 parent 7350228 commit 22e55cd
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion src/styles/moodle.scss
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,12 @@
background-color: var(--base) !important;
}

// フォーム
.list-group-item,
.form-control {
.form-control,
.custom-select {
@extend .bg-base;
@extend .text-content;
}

/* カード */
Expand Down Expand Up @@ -224,6 +227,21 @@
.generaltable td {
border-top: 1px solid var(--neutral) !important;
}

/* テキストエディタ */
.editor_atto_toolbar,
.editor_atto_toolbar button,
.editor_atto_toolbar button .icon {
@extend .bg-neutral;
@extend .text-content;
}
.editor_atto_toolbar button,
.editor_atto_toolbar .atto_group {
border: none;
}
.editor_atto_toolbar .menuplaceholder {
display: none;
}
}

[data-gaming_gundai_dark="true"]:not([data-gaming_gundai="true"]) {
Expand Down

0 comments on commit 22e55cd

Please sign in to comment.