body {
font-size: $typeheight;
- --dark-mode-map-filter: brightness(.8);
+ --dark-mode-map-filter: none;
}
time[title] {
}
}
+/* Rules for the issues page */
+
+.issues.issues-index {
+ td.reporter_users {
+ max-width: 5rem;
+ }
+}
+
/* Rules for the account confirmation page */
.accounts-terms-show {