mirror of https://gitlab.com/litecord/litecord.git
update static/css/index.css
recolor everything, add a --tos-color variable
This commit is contained in:
parent
8e880830e8
commit
ea9ebca26b
|
|
@ -1,11 +1,10 @@
|
|||
:root {
|
||||
--background-color: #11151c;
|
||||
--title-color: #ad7a99;
|
||||
--text-color: #a1a6b4;
|
||||
--link-color: #b4d2e7;
|
||||
--background-color: #161032;
|
||||
--title-color: #694d75;
|
||||
--link-color: #9fc2cc;
|
||||
|
||||
/* todo */
|
||||
--anoter: #364156;
|
||||
--text-color: #a9e5bb;
|
||||
--tos-color: #fcf6b1;
|
||||
}
|
||||
|
||||
html, body {
|
||||
|
|
@ -18,6 +17,12 @@ h1, p {
|
|||
/* ok i dont have verdana lmao help */
|
||||
font-family: "Verdana", sans-serif;
|
||||
color: var(--text-color);
|
||||
font-color: var(--text-color);
|
||||
}
|
||||
|
||||
b.tos {
|
||||
color: var(--tos-color);
|
||||
font-color: var(--tos-color);
|
||||
}
|
||||
|
||||
h1 {
|
||||
|
|
|
|||
|
|
@ -15,9 +15,9 @@
|
|||
<p>Litecord is an open-source reimplementation
|
||||
of the Discord API.</p>
|
||||
|
||||
<p>Discord frontend modifications being hosted
|
||||
<p><b>Discord frontend modifications being hosted
|
||||
in this instance are not, and will never be,
|
||||
related to the Litecord project.</p>
|
||||
related to the Litecord project.</b></p>
|
||||
|
||||
<p>By accessing an instance containing such
|
||||
modifications, the instance is breaking the Discord
|
||||
|
|
|
|||
Loading…
Reference in New Issue