0.3.0 add tables + /ipa

This commit is contained in:
Yusur 2026-02-17 14:27:15 +01:00
parent 3c9c6c74c0
commit 214937186c
5 changed files with 72 additions and 3 deletions

View file

@ -24,6 +24,7 @@ if ($pl->getError() !== false) {
--fg-main: #e8eef2;
--bg-main: #121821;
--bg-alt: #313840;
--border: #999999;
}
body {
background-color: var(--bg-main);
@ -61,6 +62,15 @@ if ($pl->getError() !== false) {
text-align: center;
font-size: 85%;
}
table {
border-collapse: collapse;
}
table > * > tr > th, table > * > tr > td {
border: 1px solid var(--border);
padding: 4px;
}
</style>
</head>
<body>