diff --git a/other_amortizations.html b/other_amortizations.html
index 199add0..e3d8f9e 100644
--- a/other_amortizations.html
+++ b/other_amortizations.html
@@ -132,15 +132,3 @@
{{:form_errors}}
{{:admin_footer}}
-
-
diff --git a/style.css b/style.css
index c4b7591..9a24aee 100644
--- a/style.css
+++ b/style.css
@@ -83,27 +83,6 @@ table.error tr, table.error td, table.error thead td {
background-color: #fcc;
}
-html.dark table.list tbody tr.ignored:nth-child(odd) {
- font-style: italic;
- background: rgba(100, 100, 0, 0.4);
-}
-html.dark table.list tbody tr.ignored:nth-child(even) {
- font-style: italic;
- background: rgba(100, 100, 0, 0.4);
-}
-
-html.dialog.dark {
- filter: none !important;
-}
-
-html.dialog.dark main {
- background-color : #ddd;
-}
-
-html.dark .block.alert {
- background-color : rgba(87, 206, 235, 0.5);
-}
-
span.input-list.avoirs label {
padding : 0.4rem 0.6rem;
}