A quickly dark theme for unform doc
night unform by MawmartA7
Details
AuthorMawmartA7
LicenseNo License
Categoryuserstyle
Created
Updated
Size762 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 night unform
@version 20241228.21.56
@namespace https://userstyles.world/user/MawmartA7
@description A quickly dark theme for unform doc
@author MawmartA7
@license No License
==/UserStyle== */
@-moz-document url-prefix("https://unform-rocketseat.vercel.app") {
body {
background-color: rgb(28, 28, 28)
}
ul,
ol {
border-radius: 15px;
background-color: #282a36;
}
.css-mximbs, h1, h2, h3, h4, h5, h6 {
color: #b88ff3
}
table tr th {
color: rgb(215, 215, 215)
}
table th, table td {
background-color: #282a36;
border-color: rgb(68, 71, 90)
}
.css-why3vc a, .css-why3vc span {
background-color: #282a36
}
.css-why3vc a.active-link, .css-why3vc span.active-link {
background-color: rgb(68, 71, 90)
}
}