A new userstyle
Insight by Parnassus84
Details
AuthorParnassus84
LicenseNo License
Categoryassets
Created
Updated
Code size466 B
Code checksum7cd3cfc2
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name ?
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document domain("https://openproject.invgate.com") {
.boards-list--item {
flex: 0 0 200px;
max-width: 200px;
}
.op-app-header {
background-color: red !important;
}
/* Modifica los títulos */
h2, h3 {
color: blue !important;
}
}