Transparent theme of the Claude AI
Transparent theme of the Claude AI by Sam_Naik

Details
AuthorSam_Naik
LicenseNo License
Categoryclaude.ai
Created
Updated
Code size1.7 kB
Code checksumcb9ba304
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name claude.ai
@version 20250117.05.40
@namespace ?
==/UserStyle== */
@-moz-document domain("claude.ai") {
.min-h-screen {
background: linear-gradient(144deg, rgba(255, 255, 255, 0.07) 0%, rgba(255, 255, 255, 0.05) 25%, rgba(255, 255, 255, 0.03027083196559875) 50%, rgba(255, 255, 255, 0.05) 75%, rgba(255, 255, 255, 0.07) 100%) ! important;
}
/* Input text area */
.bg-bg-000 {
background: linear-gradient(144deg, rgba(255, 255, 255, 0.07) 0%, rgba(255, 255, 255, 0.05) 25%, rgba(255, 255, 255, 0.03027083196559875) 50%, rgba(255, 255, 255, 0.05) 75%, rgba(255, 255, 255, 0.07) 100%) ! important;
}
/* answer section */
:after,
:before {
background: linear-gradient(144deg, rgba(255, 255, 255, 0.07) 0%, rgba(255, 255, 255, 0.05) 25%, rgba(255, 255, 255, 0.03027083196559875) 50%, rgba(255, 255, 255, 0.05) 75%, rgba(255, 255, 255, 0.07) 100%) ! important;
/*border-color: rgba(0, 0, 0, 0);*/
}
/* Website background */
.bg-gradient-to-b {
background: transparent !important;
}
.code-block_code.lmy-0.lrounded-lg.ltext-sm.lleading-relaxe {
/*
background: linear-gradient(144deg, rgba(255, 255, 255, 0.07) 0%, rgba(255, 255, 255, 0.05) 25%, rgba(255, 255, 255, 0.03027083196559875) 50%, rgba(255, 255, 255, 0.05) 75%, rgba(255, 255, 255, 0.07) 100%) ! important;*/
background: red !important;
}
/* Genrated code line background */
code,
kbd,
pre,
samp {
background: transparent !important;
}
/* Genrated code section */
.code-block__code {
background: linear-gradient(144deg, rgba(255, 255, 255, 0.07) 0%, rgba(255, 255, 255, 0.05) 25%, rgba(255, 255, 255, 0.03027083196559875) 50%, rgba(255, 255, 255, 0.05) 75%, rgba(255, 255, 255, 0.07) 100%) ! important;
}
}