mirror of
https://gitlab.com/idotj/mastodon-embed-timeline.git
synced 2025-05-24 08:52:46 +00:00
Add color variable
This commit is contained in:
parent
e768a9d688
commit
de56436a0d
@ -9,6 +9,7 @@
|
|||||||
--line-gray-color: #c0cdd9;
|
--line-gray-color: #c0cdd9;
|
||||||
--content-text: #000;
|
--content-text: #000;
|
||||||
--link-color: #3a3bff;
|
--link-color: #3a3bff;
|
||||||
|
--error-text-color: #8b0000;
|
||||||
--text-max-lines: none;
|
--text-max-lines: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -133,7 +134,7 @@
|
|||||||
height: 100%;
|
height: 100%;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
color: #8b0000;
|
color: var(--error-text-color);
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user