From 058447a8e01c62e6b7e55c7fa6b9dbe3ace29972 Mon Sep 17 00:00:00 2001 From: smartfridge <37928912+smartfrigde@users.noreply.github.com> Date: Tue, 4 May 2021 11:10:32 +0200 Subject: [PATCH] Create armcord.css --- armcord.css | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 armcord.css diff --git a/armcord.css b/armcord.css new file mode 100644 index 0000000..51bf4de --- /dev/null +++ b/armcord.css @@ -0,0 +1,17 @@ + +.info-1VyQPT::before { + content: "ArmCord"; + height: auto; + line-height: 80%; + text-align: center; + + background: linear-gradient(to bottom right,#0ff,#f0f); + -webkit-background-clip: text; + -webkit-text-fill-color: transparent; + + font-size: 16pt; + font-weight: 500; + font-family: sans-serif; + + text-transform: none; +}