mirror of
https://github.com/matrix-org/matrix-spec
synced 2025-12-23 01:38:36 +01:00
37 lines
433 B
CSS
37 lines
433 B
CSS
|
|
p {
|
||
|
|
line-height: 1.5;
|
||
|
|
color: #666;
|
||
|
|
}
|
||
|
|
|
||
|
|
a.anchor {
|
||
|
|
display: block;
|
||
|
|
position: relative;
|
||
|
|
top: -50px;
|
||
|
|
visibility: hidden;
|
||
|
|
}
|
||
|
|
|
||
|
|
a:link {
|
||
|
|
color: #2EA3F2;
|
||
|
|
text-decoration: none;
|
||
|
|
}
|
||
|
|
|
||
|
|
a:visited {
|
||
|
|
color: #2EA3F2;
|
||
|
|
text-decoration: none;
|
||
|
|
}
|
||
|
|
|
||
|
|
a:active {
|
||
|
|
color: #2EA3F2;
|
||
|
|
text-decoration: none;
|
||
|
|
}
|
||
|
|
|
||
|
|
a:hover {
|
||
|
|
color: #2EA3F2;
|
||
|
|
text-decoration: underline;
|
||
|
|
}
|
||
|
|
|
||
|
|
h1,h2,h3,h4,h5 {
|
||
|
|
color: #333;
|
||
|
|
}
|
||
|
|
|