Skip to content

Deepseek by Aurekin

Details

AuthorAurekin

LicenseNo License

Categorydeepseek.com

Created

Updated

Code size2.2 kB

Code checksume1025775

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

A new userstyle

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           Deepseek
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    A Deepseek userstyle
@author         Aurélien Bessonnet
==/UserStyle== */
@-moz-document domain("deepseek.com") {
    /* Appliquer la police à tout le site */
    body,
    #root {
        /*background: linear-gradient(120deg, #d5b527, #039be5) !important;*/
        /*background: linear-gradient(135deg, #ffd700, #ff8c00) !important;*/
        background: linear-gradient(135deg, #fbc2eb, #a6c1ee, #f6d365, #fda085) !important;
        /*background: linear-gradient(135deg, #f6d365, #fda085) !important;*/
        /*background: linear-gradient(135deg, #ff7e5f, #feb47b, #ffcc70) !important;*/
        color: #ffffff !important;
        font-family: 'Cambria', serif !important;
    }

    /* Si le fond est dans un élément enfant */
    #root > div {
        background: inherit !important;
    }

    .cefa5c26 .dd442025 {
        /*background: transparent !important;*/
        border: 1px solid #ffffff !important;
    }

    .be88ba8a {
        background: rgba(50, 47, 33, 0) !important;
    }

    body[data-ds-dark-theme] {
        --dsr-bg: transparent !important;
        box-shadow: none !important;
    }

    .fbb737a4 {
        color: #f8faff;
        background-color: #383838b8;
    }

    /* Modifier le style du texte d'accueil */
    .c7e7df4d {
        color: #5e3dd6 !important;
        font-weight: bold !important;
        font-size: 2rem !important;
    }

    .a8d0e1d3 {
        color: #ffffff;
        font-size: 1rem !important;
    }

    .md-code-block-banner-wrap {
        background: transparent !important;
    }

    p {
        color: #000000;
    }

    .dad65929 p {
        font-size: 1.2rem !important;
    }

    .cbcaa82c {
        background: transparent;
        border: none;
    }

    .ds-markdown code {
        border: 1px solid #63226c;
        background-color: transparent;
        border-radius: 4px;
        padding: 0.2em 0.4em;
    }

    .e214291b {
        background-color: #8d3b97 !important;
    }

    a {
        color: #0077cc;
        text-decoration: none;
    }

    a:hover {
        text-decoration: underline;
    }
}

Reviews

No reviews yet.