Add: <a> link styling
This commit is contained in:
parent
eea87823d9
commit
0cfe495a11
@ -3,6 +3,8 @@
|
|||||||
|
|
||||||
--background: #111118;
|
--background: #111118;
|
||||||
|
|
||||||
|
--accent-gray: #8298b1;
|
||||||
|
|
||||||
--accent-light: #9e8afa;
|
--accent-light: #9e8afa;
|
||||||
--accent: #846bf7;
|
--accent: #846bf7;
|
||||||
--accent-dim: #846bf760;
|
--accent-dim: #846bf760;
|
||||||
@ -32,6 +34,20 @@ body {
|
|||||||
"YTLC" 500;
|
"YTLC" 500;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
a {
|
||||||
|
color: var(--accent-light);
|
||||||
|
text-decoration: none;
|
||||||
|
|
||||||
|
&:visited {
|
||||||
|
color: var(--accent-gray);
|
||||||
|
}
|
||||||
|
|
||||||
|
&:hover,
|
||||||
|
&:active {
|
||||||
|
color: var(--white);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
h1, h2, h3, h4, h5, h6, p, span, input, textarea {
|
h1, h2, h3, h4, h5, h6, p, span, input, textarea {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
color: white;
|
color: white;
|
||||||
|
|||||||
@ -7,7 +7,7 @@ form.entryForm {
|
|||||||
padding: 32px;
|
padding: 32px;
|
||||||
background: #00000090;
|
background: #00000090;
|
||||||
border-radius: 16px;
|
border-radius: 16px;
|
||||||
backdrop-filter: blur(28px);
|
/* backdrop-filter: blur(28px); */
|
||||||
|
|
||||||
max-width: 350px;
|
max-width: 350px;
|
||||||
width: calc(20dvw + 150px);
|
width: calc(20dvw + 150px);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user