A new userstyle
www.vecernji.hr by madmax17

Details
Authormadmax17
LicenseNo License
Categorywww.vecernji.hr
Created
Updated
Code size1.3 kB
Code checksumc720face
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name www.vecernji.hr
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document url-prefix("https://www.vecernji.hr/") {
.header.header.header--sticky.js-stickyHeader{
background-image: url("https://i.imgur.com/RNlbF1n.jpeg");
}
* {
font-family: Cambria, Georgia, serif;
font-size: 17.2px;
font-style: normal;
font-variant-caps: normal;
font-variant-east-asian: normal;
font-variant-ligatures: normal;
font-variant-numeric: normal;
font-weight: 400;
}
.card__headline {
font-size: 14px;
color: #4ABFB4;
text-transform: uppercase;
}
.header__bottom {
display: flex;
}
section.block {
background-color: #F8F9FA;
}
article.single-article {
background-color: #fff;
}
ul.main-nav__dropdown-list {
display: none;
}
a>span {
color: #4ABFB4;
}
.tags__item {
background-color: #c1f2eb;
color: #4ABFB4;
border-radius: 10em;
padding: 4px 10px;
font-weight: 500;
}
}