chore: completed unfinished instruction rows, added row exceptions

This commit is contained in:
2025-09-26 02:48:01 +02:00
parent 7afef587cc
commit 14f730f8ca
4 changed files with 254 additions and 58 deletions
+2
View File
@@ -6,6 +6,8 @@ $darkModeTextCol: #eee;
width: 100%;
background-color: white;
color: black;
max-height: 95vh;
overflow: auto;
&.dark {
background-color: colors.$bgColDarker;