Skip to content

Commit

Permalink
Update main.css
Browse files Browse the repository at this point in the history
  • Loading branch information
procesaur committed Aug 13, 2024
1 parent b12de2f commit 41dd0e2
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion static/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -275,4 +275,18 @@ display: none;

body *::selection {
background-color: rgb(50 80 90 / 0.5) !important;
}
}

.ocr_separator {
border: 2px solid black;
}

.ocr_carea {
border: 1px solid gray;
margin-top: 2px;
}

.ocr_line:after {
content: '\A';
white-space: pre;
}

0 comments on commit 41dd0e2

Please sign in to comment.