Kilka drobnych ulepszeń
Gram.pl ++ by plumkator
Details
Authorplumkator
LicenseNo License
Categorygram.pl
Created
Updated
Size1.0 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Gram.pl ++
@version 20240309.00.57
@namespace ?
==/UserStyle== */
@-moz-document domain("www.gram.pl") {
::-moz-selection { /* Code for Firefox */
color: #1c1c1c;
background: #ffbd56;
}
::selection {
color: #1c1c1c;
background: #ffbd56;
}
button,a.button{
border: 3px solid #1d1d1d;
transition: none;
}
button:hover,a.button:hover{
background: #1d1d1d;
border-color: #ffbd56;
color: #ffbd56;
}
.dark-mode .content-tags .tag{
background: #1d1d1d;
border-color: #ffbd56;
color: #ffbd56;
transition: none;
}
.dark-mode .content-tags .tag:hover{
background: #ffbd56;
color: #1d1d1d;
}
.dark-mode .content-tags .tag.hot{
border: 1px solid #ca1527;
}
.dark-mode .content-tags .tag.hot:hover{
background: #ca1527;
}
.oauth-button.fb:hover{
background: #1d1d1d;
color: #4c69ba;
border-color: #4c69ba;
}
.oauth-button.go:hover{
background: #1d1d1d;
color: #ba4c4c;
border-color: #ba4c4c;
}
}