adds .local/share/millennium and easyeffects

This commit is contained in:
2026-08-06 18:23:36 +02:00
parent f92fb90275
commit 8dc466cbac
2581 changed files with 339035 additions and 0 deletions
@@ -0,0 +1,51 @@
.steamdb_options_link .ico16 {
background: none;
}
.steamdb_options_link:hover .ico16 {
filter: invert(1);
}
.steamdb_downtime {
color: #fff;
background-color: #c0392b;
line-height: 24px;
padding: 10px;
font-family:
system-ui,
-apple-system,
"Segoe UI",
Roboto,
"Helvetica Neue",
"Noto Sans",
"Liberation Sans",
Arial,
sans-serif;
font-size: 20px;
text-align: center;
}
.steamdb_downtime a {
text-decoration: underline;
color: #ffee58;
}
.steamdb_downtime a:focus,
.steamdb_downtime a:hover {
color: #99fff5;
}
.steamdb_trade_error {
margin-top: 2em;
color: #ffee58;
}
.steamdb_trade_error_explained {
font-style: italic;
font-size: 90%;
color: #ccc;
}
.steamdb_trade_error_explained:hover {
text-decoration: underline;
}