major fm updates

This commit is contained in:
buenosairesam
2025-12-19 22:47:38 -03:00
parent 0dde9f1f54
commit 23b4341842
7 changed files with 197 additions and 116 deletions

View File

@@ -13,14 +13,16 @@
justify-content: center;
height: 100vh; /* This ensures that the container takes the full height of the viewport */
margin: 0; /* Remove default margin */
background-color: #1a1a1a;
color: #e0e0e0;
}
.grey {
color:grey;
color: #888;
}
.blue {
color:blue;
color: #6b9bd1;
}
table {