Fixes visibility for text and buttons
tactiq.io - 27/07/2023, 12:35:18 by EmilyRosina
Details
AuthorEmilyRosina
LicenseNo License
Categoryapp.taqtiq.io
Created
Updated
Size579 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name tactiq.io - 27/07/2023, 12:35:18
@namespace github.com/openstyles/stylus
@version 1.0.0
@description Fixes visibility for text and buttons
@author 4uroraskye
==/UserStyle== */
@-moz-document regexp("https\\:\\/\\/app\\.tactiq\\.io.*transcripts.*") {
/* Transcript text blocks */
.MuiContainer-root [color="transparent"] {
--darkreader-inline-color: #bdbdbd !important;
}
/* Scroll to top button */
.MuiGrid-root.MuiGrid-container ~ .MuiButtonBase-root {
background: var(--darkreader-neutral-background);
}
}