0.3.0 add tables + /ipa
This commit is contained in:
parent
3c9c6c74c0
commit
214937186c
5 changed files with 72 additions and 3 deletions
10
index.php
10
index.php
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue