element.style { color: cadetblue }
@doka added by kovalenkoandri
Details
Authorkovalenkoandri
LicenseNo License
Categorycss
Created
Updated
Size533 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 Пустой @name заменяет шаблон по умолчанию - 22.02.2022, 12:45:44
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document url("https://doka.guide/"), url-prefix("https://doka.guide/"), domain("https://doka.guide/") {
/* Место для CSS кода... */
element.style {
color: cadetblue !important;
}
body.base__body {
color: cadetblue;
}
}