Skip to content

Commit 366fbf7

Browse files
author
GitHub Actions Bot
committed
1 parent cb1bb3c commit 366fbf7

File tree

21 files changed

+54
-20
lines changed

21 files changed

+54
-20
lines changed

src/anking_notetypes/note_types/AnKing/Back Template.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- version e7cce63 -->
1+
<!-- version 1727733 -->
22
<script>
33
// ############## HINT REVEAL SHORTCUTS ##############
44
// All shortcuts will also open with "H" if using the Hint Hotkeys add-on

src/anking_notetypes/note_types/AnKing/Front Template.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- version e7cce63 -->
1+
<!-- version 1727733 -->
22
<div id="text">{{cloze:Text}}</div>
33

44
<br>

src/anking_notetypes/note_types/AnKingDerm/Back Template.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- version e7cce63 -->
1+
<!-- version 1727733 -->
22
<script>
33
// ############## HINT REVEAL SHORTCUTS ##############
44
// All shortcuts will also open with "H" if using the Hint Hotkeys add-on

src/anking_notetypes/note_types/AnKingDerm/Front Template.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- version e7cce63 -->
1+
<!-- version 1727733 -->
22
<div id="text">{{cloze:Text}}</div>
33

44

src/anking_notetypes/note_types/AnKingMCAT/Back Template.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- version e7cce63 -->
1+
<!-- version 1727733 -->
22
<script>
33
// ############## HINT REVEAL SHORTCUTS ##############
44
// All shortcuts will also open with "H" if using the Hint Hotkeys add-on

src/anking_notetypes/note_types/AnKingMCAT/Front Template.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- version e7cce63 -->
1+
<!-- version 1727733 -->
22
<div id="text">{{cloze:Text}}</div>
33

44

src/anking_notetypes/note_types/AnKingOverhaul/Back Template.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- version e7cce63 -->
1+
<!-- version 1727733 -->
22
<script>
33
// ############## HINT REVEAL SHORTCUTS ##############
44
// All shortcuts will also open with "H" if using the Hint Hotkeys add-on

src/anking_notetypes/note_types/AnKingOverhaul/Front Template.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- version e7cce63 -->
1+
<!-- version 1727733 -->
22
<div id="text">{{cloze:Text}}</div>
33

44
<br>

src/anking_notetypes/note_types/AnKingOverhaul/Styling.css

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -361,6 +361,40 @@ border: 1px solid #a4cde0;
361361
background-color: #ffffff;
362362
}
363363

364+
/* NM table colors */
365+
366+
.night_mode tr td:first-child[colspan]:last-child[colspan], .nightMode tr td:first-child[colspan]:last-child[colspan] { /* NM Horizontal Header */
367+
background-color: #19181d;
368+
color: #4491b6;
369+
border-top: 3px solid #393743;
370+
border-bottom: 3px solid #393743;
371+
}
372+
373+
.night_mode table th, .nightMode table th { /* NM Alternate Header Style */
374+
background-color: #19181d;
375+
color: #3086ae;
376+
border: 1px solid #393743;
377+
}
378+
379+
.night_mode table tr:nth-child(even), .nightMode table tr:nth-child(even) { /* NM Alternate rows */
380+
color: #ffffff;
381+
background-color: #2e2e36;
382+
}
383+
384+
.night_mode table td:first-child, .nightMode table td:first-child { /* Left and right border cleanup */
385+
border-left: 1px solid black;
386+
}
387+
388+
.night_mode table td:last-child, .nightMode table td:last-child {
389+
border-right: 1px solid black;
390+
}
391+
392+
.night_mode table, .nightMode table { /* NM Default styles */
393+
color: #ffffff;
394+
border: 1px solid #393743;
395+
background-color: #26252b;
396+
}
397+
364398

365399
/* ~~~~~~~~~DETAILS FOR IMAGES~~~~~~~~~ */
366400
.mobile .card img {

src/anking_notetypes/note_types/Basic-AnKing/Back Template.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- version e7cce63 -->
1+
<!-- version 1727733 -->
22
<script>
33
// ############## HINT REVEAL SHORTCUTS ##############
44
// All shortcuts will also open with "H" if using the Hint Hotkeys add-on

0 commit comments

Comments
 (0)