Update styles.css

This commit is contained in:
gr00tie 2023-11-16 09:46:05 +01:00 committed by GitHub
parent 25ac60e64b
commit bd1753da2f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -152,6 +152,11 @@ table {
margin-top: 20px; margin-top: 20px;
} }
thead {
position: sticky;
top: 50px;
}
table, th, td { table, th, td {
border: 1px solid #e6910924; border: 1px solid #e6910924;
border-radius: 1px; border-radius: 1px;
@ -210,7 +215,7 @@ a {
/* Specific button styles for .btn class to match the hacker theme */ /* Specific button styles for .btn class to match the hacker theme */
.btn { .btn {
font-family: 'Courier New', monospace; font-family: 'Roboto', monospace;
background: #222; /* Dark background for buttons */ background: #222; /* Dark background for buttons */
color: #e69109; /* Bright green text */ color: #e69109; /* Bright green text */
border: 1px solid #e69109; /* Border to match text color */ border: 1px solid #e69109; /* Border to match text color */