From bd1753da2f1e597c646e52980701a52189d3ee2c Mon Sep 17 00:00:00 2001 From: gr00tie Date: Thu, 16 Nov 2023 09:46:05 +0100 Subject: [PATCH] Update styles.css --- includes/styles.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/includes/styles.css b/includes/styles.css index a1098d7..5690126 100644 --- a/includes/styles.css +++ b/includes/styles.css @@ -152,6 +152,11 @@ table { margin-top: 20px; } +thead { + position: sticky; + top: 50px; +} + table, th, td { border: 1px solid #e6910924; border-radius: 1px; @@ -210,7 +215,7 @@ a { /* Specific button styles for .btn class to match the hacker theme */ .btn { - font-family: 'Courier New', monospace; + font-family: 'Roboto', monospace; background: #222; /* Dark background for buttons */ color: #e69109; /* Bright green text */ border: 1px solid #e69109; /* Border to match text color */