initial commit

This commit is contained in:
vorotamoroz
2021-10-12 23:50:13 +09:00
commit 7c5fa1e942
19 changed files with 15645 additions and 0 deletions

22
styles.css Normal file
View File

@@ -0,0 +1,22 @@
/* Sets all the text color to red! */
/* body {
color: red;
} */
.added {
color:black;
background-color: white;
}
.normal {
color:lightgray;
}
.deleted {
color:white;
background-color: black;
/* text-decoration: line-through; */
}
.op-scrollable{
overflow-y:scroll;
/* min-height: 280px; */
max-height: 280px;
}