diff --git a/includes/styles.css b/includes/styles.css index a1098d7..888d02c 100644 --- a/includes/styles.css +++ b/includes/styles.css @@ -152,6 +152,13 @@ table { margin-top: 20px; } +thead { + position: sticky; + top: 22px; + background: black; + box-shadow: 0 0 50px 5px #ff6f114d; +} + table, th, td { border: 1px solid #e6910924; border-radius: 1px; @@ -210,7 +217,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 */ diff --git a/includes/topnav.css b/includes/topnav.css index afe100f..c3faa16 100644 --- a/includes/topnav.css +++ b/includes/topnav.css @@ -59,7 +59,6 @@ max-width: 500px; margin: 5px; padding: 10px; - border: 1px solid rgb(255, 255, 255); border-radius: 10px; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2); }