diff --git a/public/index.html b/public/index.html
index f408e1b..910f9ab 100755
--- a/public/index.html
+++ b/public/index.html
@@ -11,14 +11,12 @@
type="image/x-icon"
/>
-
The Mycelial Network
-
@@ -31,7 +29,6 @@
content="https://myco.systems/icons/backgrounds/concrete-shrooms.png"
/>
-
@@ -79,10 +76,6 @@
>Coop.Myco.Systems
-
Web.Myco.Systems
If you're interested in getting our help or just
want to chat, send us a message through our contact email on the next
tab.
+ >
ദ്ദി ˉ͈̀꒳ˉ͈́ )✧
diff --git a/public/style.css b/public/style.css
index d4dcdec..7f5b1c7 100755
--- a/public/style.css
+++ b/public/style.css
@@ -101,13 +101,14 @@ body,
color: #241917;
}
-#linksTab, #contactTab, #dashTab {
+#linksTab,
+#contactTab,
+#dashTab {
display: none;
}
#tab-links:checked ~ #linksTab,
#tab-contact:checked ~ #contactTab,
-#tab-about:checked ~ #aboutTab,
#tab-dash:checked ~ #dashTab {
display: block;
}
@@ -119,14 +120,20 @@ body,
position: relative;
}
-
-.tab-content a {
+.tab-content p {
color: #f3bbae;
transition: color 0.5s ease;
font-size: 14px;
+ margin: 0 !important;
}
-.tab-content a:hover {
+.tab-content a {
+ color: #f3bbae;
+ transition: color 0.1s ease;
+ font-size: 14px;
+}
+
+.tab-content a[href]:hover {
color: #ffffff;
}
@@ -159,7 +166,7 @@ ul li::before {
outline: 2px solid #00f;
}
.modal__toggle::before {
- content: 'Donate';
+ content: "Donate";
cursor: pointer;
padding-left: 10px;
padding-right: 10px;
@@ -168,7 +175,7 @@ ul li::before {
border: 4px solid #f3bbae92;
}
.modal[open] .modal__toggle::before {
- content: '✖';
+ content: "✖";
color: #fff !important;
font-size: 25px;
}
@@ -185,10 +192,10 @@ ul li::before {
}
.modal__toggle:hover {
cursor: pointer;
- opacity: .8;
+ opacity: 0.8;
}
.modal__background {
- background-color:rgba(0, 0, 0, 0.65);
+ background-color: rgba(0, 0, 0, 0.65);
display: flex;
height: 100vh;
justify-content: center;