mirror of
https://github.com/Stone-Red-Code/website.git
synced 2026-09-04 09:15:58 +02:00
Remove underline from a tag
This commit is contained in:
committed by
Jean-Philippe Sirois
parent
5207f21bf3
commit
5e7cc5cbb5
@@ -1,13 +1,14 @@
|
||||
import styled from "styled-components"
|
||||
import DiscordLogo from "../../images/discord-logo.svg"
|
||||
|
||||
export const DiscordButtonWrapper = styled.div`
|
||||
export const DiscordButtonWrapper = styled.a`
|
||||
margin-top: 32px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
font-family: "Oxygen", sans-serif;
|
||||
font-size: 24px;
|
||||
font-weight: 700;
|
||||
text-decoration: none;
|
||||
text-transform: uppercase;
|
||||
background: ${props => props.theme.discord.base};
|
||||
color: #fff;
|
||||
|
||||
Reference in New Issue
Block a user