Template:DSLogo/style.css: Difference between revisions
Template page
More actions
Content deleted Content added
Tesinormed (talk | contribs) No edit summary |
Tesinormed (talk | contribs) No edit summary |
||
| Line 10: | Line 10: | ||
transition: all 0.3s ease-in-out; |
transition: all 0.3s ease-in-out; |
||
width: fit-content; |
width: fit-content; |
||
margin: 0 auto; |
|||
} |
} |
||
Revision as of 19:20, March 29, 2025
.DSRedirect {
background: transparent;
color: #ffffff;
border: 1px solid #ffffff;
padding: var(--space-xs);
margin: var(--space-xxs);
cursor: pointer;
font-size: 16px;
text-shadow: #ffffff 0px 0px 1px;
transition: all 0.3s ease-in-out;
width: fit-content;
margin: 0 auto;
}
.DSRedirect:hover {
background: #16181d;
}