Skip to content
This repository has been archived by the owner on Aug 17, 2023. It is now read-only.

Commit

Permalink
Middle section and borders change color to a darker one when in night…
Browse files Browse the repository at this point in the history
… mode background color slightly changed
  • Loading branch information
luk-zm committed Apr 23, 2022
1 parent 0237deb commit 259ab99
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions note_type/japanese_sentences.css
Original file line number Diff line number Diff line change
Expand Up @@ -380,6 +380,22 @@ ol {
color: white;
}

@media screen and (min-width: 820px) {
.nightMode.card {
background-color: #2f2f31;
display: flex;
justify-content: center;
}
.nightMode .wrap {
width: 800px;
padding: 0 5px 0;
background-color: #3a3a3a;
border-left: 1px solid #0f0f0f;
border-right: 1px solid #0f0f0f;
min-height: 100vh;
}
}

/* Don't select furigana */

.jpsentence ruby rt {
Expand Down

0 comments on commit 259ab99

Please sign in to comment.