A simple Dark Theme for Pi IA
Pi Dark Theme for pi.ai by Guile93 by guile93

Details
Authorguile93
LicenseNo License
Categoryuserstyles
Created
Updated
Code size1.2 kB
Code checksum9cb74ddf
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
by Guile93
Source code
/* ==UserStyle==
@name Pi Dark Theme for Pi.ai by Guile93
@version 20230724.18.09
@namespace userstyles.world/user/guile93
@description A simple Dark Theme for Pi IA
@author guile93
@license No License
==/UserStyle== */
@-moz-document domain("pi.ai") {
#__next .md\:h-screen .h-dscreen{
background-color:#404040;
}
.h-full{
background-color: #404040
}
span, .sm\:overflow-x-visible div a{
color:#FFFFFF
}
.sm\:overflow-x-visible .mx-auto .lg\:bg-gradient-to-b{
background-image:linear-gradient(to right, rgb(64, 64, 64) 0%, rgba(0, 0, 0, 0) 100%);
}
.lg\:pb-8 .relative .max-w-full{
background-color:#616161;
color:white
}
.sm\:overflow-x-visible div .t-label{
color:#7c7c7c;
}
.focus-within\:shadow-none .overflow-y-auto textarea{
transform:translatex(0px) translatey(0px);
color:#e0e0e0;
}
.md\:h-screen .h-dscreen .lg\:flex{
transform:translatex(0px) translatey(0px);
background-color:#404040;
color:white
}
.pt-20 .break-anywhere .max-w-full{
background-color:#616161;
color:white
}
.md\:h-screen .lg\:flex a.justify-center{
background-color:#616161;
color:white
}
.lg\:border-r .overflow-y-auto a{
transform:translatex(0px) translatey(0px);
color:white;
}
}