aboutsummaryrefslogtreecommitdiff
path: root/static/wheremessagelogger/lmfao.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/wheremessagelogger/lmfao.css')
-rw-r--r--static/wheremessagelogger/lmfao.css33
1 files changed, 33 insertions, 0 deletions
diff --git a/static/wheremessagelogger/lmfao.css b/static/wheremessagelogger/lmfao.css
new file mode 100644
index 0000000..d9796c1
--- /dev/null
+++ b/static/wheremessagelogger/lmfao.css
@@ -0,0 +1,33 @@
+@import url('https://fonts.googleapis.com/css?family=Google+Sans&display=swap');
+:root{
+ --title-color: #ff80a4;
+ --text-color: #ff2674;
+ --background-color: #202124;
+ }
+.countup {
+ text-align: center;
+ margin-bottom: 20px;
+}
+h1,h2{
+ color: var(--title-color);
+ text-align: center;
+}
+html{
+ background-color: var(--background-color);
+}
+.countup .timeel {
+ display: inline-block;
+ padding: 10px;
+ background: #151515;
+ margin: 0;
+ color: white;
+ min-width: 2.6rem;
+ margin-left: 13px;
+ border-radius: 10px 0 0 10px;
+}
+.countup span[class*="timeRef"] {
+ border-radius: 0 10px 10px 0;
+ margin-left: 0;
+ background: var(--title-color);
+ color: black;
+} \ No newline at end of file