small improvements to make text more readable
Activity Watch dark theme tweaks by kuroi_mato_o
Details
Authorkuroi_mato_o
LicenseNo License
Categorylocalhost
Created
Updated
Size844 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 Activity Watch dark theme tweaks
@version 20240404.05.19
@namespace https://userstyles.world/user/kuroi_mato_o
@description small improvements to make text more readable
@author kuroi_mato_o
@license No License
==/UserStyle== */
@-moz-document url-prefix("http://localhost:5600/#/activity"), url-prefix("http://localhost:5600/#/timeline"), url-prefix("http://localhost:5600/#/stopwatch") {
svg text{
fill: #fdfdfd!important;
text-shadow:1px 1px 2px black;
}
path, rect, #bar-chart, .vis-group,[role="alert"]{
filter: brightness(60%)!important;
}
.fa-icon path{
filter: brightness(100%)!important;
}
.vis-group{
filter: brightness(60%)!important;
}
div.px-0.px-md-2.container-fluid details,
div.px-0.px-md-2.container-fluid div.p-2{
background: #1a1d24!important;
}
}