We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b42fd2 commit 0399120Copy full SHA for 0399120
3 files changed
assets/src/css/style.css
@@ -1425,6 +1425,29 @@ input.small-width {
1425
text-decoration: none !important;
1426
}
1427
1428
+
1429
+.diff-added {
1430
+ background-color: #d4edda;
1431
+ color: #155724;
1432
+ padding: 2px 4px;
1433
+ border-radius: 3px;
1434
+ font-weight: bold;
1435
+}
1436
1437
+.diff-removed {
1438
+ background-color: #f8d7da;
1439
+ color: #721c24;
1440
1441
1442
1443
+ text-decoration: line-through;
1444
1445
1446
+.diff-unchanged {
1447
+ color: #6c757d;
1448
1449
1450
1451
/* Stili per la barra di progresso nelle notifiche */
1452
#hooks .progress {
1453
background-color: #e9ecef;
0 commit comments