Dark mode for Laravel JSON:API version 1
Laravel JSON API | Dark Mode by thethomaswgeorge
Details
Authorthethomaswgeorge
LicenseCC Zero
Categorylaraveljsonapi.io
Created
Updated
Size523 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
@name Laravel JSON API | Dark Mode
@namespace laraveljsonapi.io
@version 1.0.0
@description Dark mode for Laravel JSON:API version 1
@-moz-document domain("laraveljsonapi.io") {
.theme-container *, .site-name {
background-color: #333;
color: #fff !important;
}
pre span {
background-color: #282c34 !important;
}
.custom-block, .custom-block p {
background-color: #222 !important;
}
.custom-block p:nth-child(2) {
margin-bottom: 40px;
}
li {
color: blue !important;
}
}