Update styles.css
This commit is contained in:
parent
14aff609f4
commit
124fa92d9d
1 changed files with 6 additions and 1 deletions
|
|
@ -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 */
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue