mirror of
https://github.com/matrix-org/matrix-hookshot.git
synced 2025-03-10 13:17:08 +00:00
23 lines
231 B
SCSS
23 lines
231 B
SCSS
![]() |
a {
|
||
|
color: var(--primary-color);
|
||
|
}
|
||
|
|
||
|
a:visited {
|
||
|
color: var(--primary-color);
|
||
|
}
|
||
|
|
||
|
body {
|
||
|
margin-top: 5em;
|
||
|
margin-left: 5em;
|
||
|
margin-right: 5em;
|
||
|
|
||
|
text-align: center;
|
||
|
}
|
||
|
|
||
|
h1 {
|
||
|
font-size: 1.5em;
|
||
|
}
|
||
|
|
||
|
p {
|
||
|
font-size: 1.25em;
|
||
|
}
|