updated colors / fixed link css

This commit is contained in:
AtHeartEngineer
2022-06-08 19:28:52 +00:00
parent 81962833a8
commit b1a04f3ce4
2 changed files with 2 additions and 9 deletions

View File

@@ -48,12 +48,3 @@
.link-title {
text-transform: capitalize;
}
a[href=""],
a[href="#"],
a[href=""]:hover,
a[href="#"]:hover {
opacity: 25%;
cursor: default;
text-decoration: none;
}

View File

@@ -20,6 +20,8 @@
--website: var(--green);
--background: #f3f0fe;
--text-color: #151616;
--border-color: var(--text-color);
--link-bold: #854ad1;
}