mirror of https://github.com/Siphonay/mastodon
Fix error boundary CSS
This commit is contained in:
parent
0baaee495f
commit
e0bfa685c6
|
@ -1,4 +1,8 @@
|
||||||
.error-boundary {
|
.error-boundary {
|
||||||
|
color: $primary-text-color;
|
||||||
|
font-size: 15px;
|
||||||
|
line-height: 20px;
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
font-size: 26px;
|
font-size: 26px;
|
||||||
line-height: 36px;
|
line-height: 36px;
|
||||||
|
@ -6,11 +10,6 @@
|
||||||
margin-bottom: 8px;
|
margin-bottom: 8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
p {
|
|
||||||
color: $primary-text-color;
|
|
||||||
font-size: 15px;
|
|
||||||
line-height: 20px;
|
|
||||||
|
|
||||||
a {
|
a {
|
||||||
color: $primary-text-color;
|
color: $primary-text-color;
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
|
@ -28,5 +27,4 @@
|
||||||
white-space: pre;
|
white-space: pre;
|
||||||
font-family: $font-monospace, monospace;
|
font-family: $font-monospace, monospace;
|
||||||
}
|
}
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue