Fix colors for the cloud.
Cloud. Fixed colors by valsaven
Details
Authorvalsaven
LicenseNo License
Categorysber
Created
Updated
Size456 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 CloudFixedColors
@version 20231123.07.12
@namespace ?
==/UserStyle== */
@-moz-document url-prefix("https://cdn.sber.cloud") {
.pseudo-link,
.profile .title,
.contacts-block .text-tiny,
.menu-item,
.menu-subitem,
.menu-subitem.router-link-active,
.name-container a {
color: #000 !important;
}
.pseudo-link, a {
text-decoration: underline !important;
}
.title {
color: #fff !important;
}
}