Skip to content

Commit da39fd6

Browse files
committed
Update YamlDiff.module.css
1 parent 04b696d commit da39fd6

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed
Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
1-
/* Container wrapper to match YamlViewer spacing if needed */
21
.container {
32
width: 100%;
43
}
54

6-
/* Line highlight colors for additions/removals */
75
.added {
8-
background-color: rgba(56, 142, 60, 0.18); /* green-ish */
6+
background-color: rgba(56, 142, 60, 0.18);
97
}
108

119
.removed {
12-
background-color: rgba(211, 47, 47, 0.18); /* red-ish */
10+
background-color: rgba(211, 47, 47, 0.18);
1311
}

0 commit comments

Comments
 (0)