Just A Document Fivem Dark Theme
v 0.4.0++
update dark theme in web
Home Document Native Reference😁
https://docs.fivem.net/docs/, https://docs.fivem.net/natives/
Authornrtnarathip
LicenseNo License
Categorydocs.fivem.net
Created
Updated
Size1.6 kB
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Just A Document Fivem Dark Theme
v 0.4.0++
update dark theme in web
Home Document Native Reference😁
https://docs.fivem.net/docs/, https://docs.fivem.net/natives/
/* ==UserStyle==
@name docs.fivem.net dark theme
@version 20220722.08.03
@namespace userstyles.world/user/nrtnarathip
@description Just A Document Fivem Net Dark Theme
@author nrtnarathip
@license No License
==/UserStyle== */
@-moz-document url-prefix("https://docs.fivem.net/") {
/* Zone Document*/
header {
background-color: rgb(24,28,34)
}
header input {
background-color: rgb(14,18,24)
}
body {
color: rgb(230, 230, 230);
--fg: rgb(230, 230, 230);
--bg: rgb(230, 230, 230);
--ac: rgba(0, 102, 255, .5);
background-color: rgb(24,28,34);
}
nav {
background-color: rgb(34,38,44)
}
aside {
background-color: rgb(14, 18, 24)
}
.app>section .entry:hover {
background-color: rgba(255, 255, 255, 0.15)
}
.docNav a:hover {
color: inherit;
background-color: rgba(255, 255, 255, 0.15)
}
.docNav .sectionTitle a.active:hover {
background-color: rgba(255, 255, 255, 0.4)
}
pre {
background: rgba(0, 0, 0, 0)!important;
color: rgb(230, 230, 230) !important;
}
/* Zone Home */
.blip {
background-color: rgb(44, 48, 54);
}
.model {
background-color: rgba(255, 255, 255, .025);
}
.checkpoint {
background-color: rgb(44, 48, 54);
}
.marker {
background-color: rgb(44, 48, 54);
}
.blip-colors .blip span {
filter: drop-shadow(0 0 0.2rem rgb(0, 0, 0));
}
.docContent > pre {
background-color: rgb(44, 48, 54)!important;
color: rgb(230, 230, 230) !important;
}
.docContent > pre > code > span {
color: rgb(230, 230, 230) !important;
}
}