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