Возвращаем старый логотип и шрифты заголовков на sports.ru
sports.ru - pre-March 4th, 2024 redesign by saint-images
Details
Authorsaint-images
LicenseNo License
Categorysports.ru
Created
Updated
Size474 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 sports.ru - pre-March 4th, 2024 redesign
@version 20240304.17.46
@namespace ?
==/UserStyle== */
@-moz-document domain("sports.ru") {
:root {
--ui-font-family-heading: "Roboto", sans-serif;
}
.navigation-top__logo svg {
background-image: url(https://svgshare.com/i/13us.svg);
width: 106px !important;
background-position: center;
background-repeat: no-repeat;
}
.navigation-top__logo svg * {
visibility: hidden;
}
}