Tema de tubarão
chatgpt.com/c/67f699a9-3920-8004-bfe9-096761ed1913 by L3ND4
Details
AuthorL3ND4
LicenseNo License
CategoryTemas
Created
Updated
Code size907 B
Code checksumf3de91bd
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name chatgpt.com/c/67f699a9-3920-8004-bfe9-096761ed1913
@version 20250409.16.16
@namespace ?
==/UserStyle== */
@-moz-document domain("chat.openai.com") {
body {
background: url("https://images.unsplash.com/photo-1507525428034-b723cf961d3e?ixlib=rb-4.0.3&auto=format&fit=crop&w=1950&q=80") no-repeat center center fixed !important;
background-size: cover !important;
color: white !important;
}
.text-base,
.markdown,
.prose {
color: white !important;
}
.text-token-text-primary,
.text-token-text-secondary {
color: #d0f0ff !important;
}
.bg-token-surface-primary,
.bg-token-surface-secondary,
.bg-token-main-surface {
background-color: rgba(0, 0, 0, 0.6) !important;
backdrop-filter: blur(5px);
}
/* Bordas dos balões */
.rounded-md,
.rounded-lg {
border: 1px solid rgba(255, 255, 255, 0.2) !important;
}
}