From 1b4421055df5a649affc62048287e9e62bf1484a Mon Sep 17 00:00:00 2001
From: snipe <72265661+notsniped@users.noreply.github.com>
Date: Tue, 13 Dec 2022 20:02:12 +0530
Subject: [PATCH 1/2] Add underline accent style configuration in stylesheet
---
style.css | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/style.css b/style.css
index 2a0532b..e86d328 100644
--- a/style.css
+++ b/style.css
@@ -155,3 +155,12 @@ body {
padding-bottom: 10px;
box-shadow: 1px 0 10px 8px rgb(199, 199, 199);
}
+
+.underline-accent {
+ height: 8px;
+ border-radius: 10px;
+ width: 120px;
+ background: linear-gradient(to right, rgb(160, 92, 224) 0%, rgb(108, 56, 156) 100%);
+ margin-top: 5px;
+ margin-left: 1px;
+}
From 470a5caaf1005c61aa45e0b07ab33f3920617cd0 Mon Sep 17 00:00:00 2001
From: snipe <72265661+notsniped@users.noreply.github.com>
Date: Tue, 13 Dec 2022 20:05:29 +0530
Subject: [PATCH 2/2] Add underline accents below every section title in
website
---
index.html | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/index.html b/index.html
index f3e51c3..32ee9ee 100644
--- a/index.html
+++ b/index.html
@@ -48,20 +48,21 @@
We are a development team, we code in Python.
We create various types of Discord bots, including moderating bots, economical bots, and more.
snipe's code rule: Reduce, Reuse, and Rewrite