diff options
| -rw-r--r-- | index.html | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -32,7 +32,7 @@ code { padding: 0.15em 0.1em 0.05em; background-color: #222; - border-color: #333333 !important; + border-color: #333333; border-radius: 2px; } @@ -44,7 +44,7 @@ border-collapse: collapse; } td.f { - padding: 0.4em 0.6em !important; + padding: 0.4em 0.6em; text-align: right; width: 100%; } @@ -52,10 +52,10 @@ background-color: #1c1c1c; } tr:nth-child(2n) { - background: #171717 !important; + background: #171717; } thead,th { - background-color: #141414 !important; + background-color: #141414; } table { border-radius: 6px; @@ -82,6 +82,7 @@ </style> </head> <body> + <div style="text-align: center"><h1><a href="BQN386.ttf">BQN386</a></h1></div> An APL and BQN font extending on <a href="https://abrudz.github.io/APL386/">APL386</a> by Adám Brudzewsky, which is based on <a href="http://apl385.com/">APL385</a> by Adrian Smith. <br><br> |
