e.g experiment
github pink-mine by isagutmon
Details
Authorisagutmon
LicenseNo License
Categoryuserstyle
Created
Updated
Size1.6 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name github.com/CesarLopez-Profe/Logica-de-programacion/tree/main/Codigos/3_Ciclos/app/src
@version 20240823.05.17
@namespace ?
==/UserStyle== */
@-moz-document url-prefix("https://github.com/CesarLopez-Profe/Logica-de-programacion/tree/main/Codigos/3_Ciclos/app/src") {
/* Cambia todos los tonos de azul a rosado */
a, .js-navigation-open, .btn, .Header, .notification, .btn-primary, .btn-secondary {
color: #FF69B4 !important;
}
a:hover, .js-navigation-open:hover, .btn:hover, .Header:hover, .notification:hover {
color: #FF1493 !important;
}
.Header, .btn-primary {
background-color: #FFB6C1 !important;
}
.btn-primary:hover, .Header:hover {
background-color: #FF69B4 !important;
}
.notification {
background-color: #FFB6C1 !important;
border-color: #FF69B4 !important;
}
code, pre {
background-color: #FFE4E1 !important;
}
/* Cambia los colores de fondo y borde de elementos importantes */
body, .markdown-body, .Box, .border-bottom {
background-color: #FFFAFA !important;
}
.Box, .border-bottom {
border-color: #FF69B4 !important;
}
/* Cambia los colores de los botones y enlaces secundarios */
.btn-secondary {
background-color: #FFC0CB !important;
color: #FFF !important;
}
.btn-secondary:hover {
background-color: #FF69B4 !important;
}
/* Estilo para los elementos que cambian de color según el tema */
.Header-item {
color: #FF69B4 !important;
}
.Header-item:hover {
color: #FF1493 !important;
}
}