Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
You must create an account or log in to edit.

Template:DSLogo/style.css: Difference between revisions

Template page
Content deleted Content added
MMONTAGEe (talk | contribs)
12 px border radius test
MMONTAGEe (talk | contribs)
No edit summary
Line 9: Line 9:
font-size: 16px;
font-size: 16px;
text-shadow: #ffffff 0px 0px 1px;
text-shadow: #ffffff 0px 0px 1px;
display: inline-block;
transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
}

Revision as of 19:29, March 29, 2025

.DSRedirect {
    background: transparent;
    color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 12px;
    padding: var(--space-xs);
    margin: 0 auto;
    cursor: pointer;
    font-size: 16px;
    text-shadow: #ffffff 0px 0px 1px;
    display: inline-block;
    transition: all 0.3s ease-in-out;
}

.DSRedirect:hover {
    background: #16181d;
}