brushup readme

add delete handling
icon fix
This commit is contained in:
vorotamoroz
2021-10-13 21:38:44 +09:00
parent ed0d8372cb
commit 44efde7762
23 changed files with 563 additions and 217 deletions

View File

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