mirror of
https://github.com/p-stream/p-stream.git
synced 2026-03-24 03:07:44 +00:00
16 lines
No EOL
357 B
CSS
16 lines
No EOL
357 B
CSS
.discordBanner {
|
|
margin-top: 0.5rem;
|
|
border-inline-start: none;
|
|
font-size: 16px;
|
|
font-weight: normal;
|
|
letter-spacing: -.01em;
|
|
padding: .5rem 1rem .5rem .75rem;
|
|
border-radius: .25rem;
|
|
background-color: var(--button);
|
|
color: var(--button-text);
|
|
}
|
|
|
|
.discordBanner a {
|
|
color: var(--button-text);
|
|
/* text-decoration: none; */
|
|
} |