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 {
|
:root {
|
||||||
--background-color: #11151c;
|
--background-color: #161032;
|
||||||
--title-color: #ad7a99;
|
--title-color: #694d75;
|
||||||
--text-color: #a1a6b4;
|
--link-color: #9fc2cc;
|
||||||
--link-color: #b4d2e7;
|
|
||||||
|
|
||||||
/* todo */
|
--text-color: #a9e5bb;
|
||||||
--anoter: #364156;
|
--tos-color: #fcf6b1;
|
||||||
}
|
}
|
||||||
|
|
||||||
html, body {
|
html, body {
|
||||||
|
|
@ -18,6 +17,12 @@ h1, p {
|
||||||
/* ok i dont have verdana lmao help */
|
/* ok i dont have verdana lmao help */
|
||||||
font-family: "Verdana", sans-serif;
|
font-family: "Verdana", sans-serif;
|
||||||
color: var(--text-color);
|
color: var(--text-color);
|
||||||
|
font-color: var(--text-color);
|
||||||
|
}
|
||||||
|
|
||||||
|
b.tos {
|
||||||
|
color: var(--tos-color);
|
||||||
|
font-color: var(--tos-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
|
|
|
||||||
|
|
@ -15,9 +15,9 @@
|
||||||
<p>Litecord is an open-source reimplementation
|
<p>Litecord is an open-source reimplementation
|
||||||
of the Discord API.</p>
|
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,
|
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
|
<p>By accessing an instance containing such
|
||||||
modifications, the instance is breaking the Discord
|
modifications, the instance is breaking the Discord
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue