API redesign, better styling for the blog page

This commit is contained in:
ngn
2024-07-24 01:15:37 +03:00
parent 51b9214a5c
commit 6400f1fa95
16 changed files with 622 additions and 558 deletions

View File

@@ -63,8 +63,8 @@ tr,th,td{
}
td,th{
border: solid 1px white;
padding: 10px;
border: solid 1px var(--dark-fife);
padding: 16px;
}
th {
@@ -75,10 +75,6 @@ th {
}
code {
background: var(--dark-two);
color: white;
border-radius: var(--radius);
text-shadow: var(--text-shadow);
word-wrap: break-word;
white-space: pre-wrap;
word-break: break-word;