diff --git a/index.php b/index.php index 12a973a..0a97aea 100644 --- a/index.php +++ b/index.php @@ -10,7 +10,6 @@
-

Data Services

@@ -28,7 +27,7 @@

Centralized statistics dashboard

-

Communication Services

+
@@ -41,7 +40,7 @@

Federated messaging client, more similar to Slack than Discord

-

Games

+
diff --git a/styles/styles.css b/styles/styles.css index 790141b..1bdf28a 100644 --- a/styles/styles.css +++ b/styles/styles.css @@ -10,6 +10,7 @@ :root { --background-bright: #fdfcfa; --background: #ecebe9; + --line: #d6d5d3; --link: #286a9d; --link-hover: #3ea5f3; --shadow: 8px -5px #d6d5d3; @@ -72,7 +73,7 @@ a.quickbutton:hover { div.break { width: 4em; margin: 2em auto; - border-bottom: 3px double var(--text); + border-bottom: 3px double var(--line); } img.bigimg { border-radius: 8px;