From ea9ebca26b0d00a149e454247f389c5af3c68a0b Mon Sep 17 00:00:00 2001
From: Luna
Date: Mon, 15 Apr 2019 04:25:09 -0300
Subject: [PATCH] update static/css/index.css
recolor everything, add a --tos-color variable
---
static/css/index.css | 17 +++++++++++------
static/index.html | 4 ++--
2 files changed, 13 insertions(+), 8 deletions(-)
diff --git a/static/css/index.css b/static/css/index.css
index e9c8a72..d5c4ff0 100644
--- a/static/css/index.css
+++ b/static/css/index.css
@@ -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 {
diff --git a/static/index.html b/static/index.html
index 6457b9c..9a94d35 100644
--- a/static/index.html
+++ b/static/index.html
@@ -15,9 +15,9 @@
Litecord is an open-source reimplementation
of the Discord API.
- Discord frontend modifications being hosted
+
Discord frontend modifications being hosted
in this instance are not, and will never be,
- related to the Litecord project.
+ related to the Litecord project.
By accessing an instance containing such
modifications, the instance is breaking the Discord