Template:DSLogo/style.css: Difference between revisions
Template page
More actions
Content deleted Content added
No edit summary |
No edit summary |
||
| Line 2: | Line 2: | ||
background: transparent; |
background: transparent; |
||
color: #ffffff; |
color: #ffffff; |
||
border: |
border: 0.5px solid #ffffff; |
||
border-radius: 12px; |
border-radius: 12px; |
||
padding: var(--space-xs); |
padding: var(--space-xs); |
||
Revision as of 19:31, March 29, 2025
.DSRedirect {
background: transparent;
color: #ffffff;
border: 0.5px solid #ffffff;
border-radius: 12px;
padding: var(--space-xs);
margin: var(--space-xxs);
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;
}