This commit is contained in:
nise.moe 2024-06-13 01:50:30 +02:00
parent 1d02e3e436
commit 947f8cac02
2 changed files with 6 additions and 1 deletions

View File

@ -7,6 +7,11 @@ section {
cursor: pointer;
}
.py-wrapper {
padding: 6px;
border: 1px solid rgba(139, 139, 139, 0.32);
}
.py-wrapper:hover {
background-color: rgba(139, 139, 139, 0.32);
}

View File

@ -1,7 +1,7 @@
<div class="main term mb-2">
<div class="fade-stuff">
<h1 class="mb-4"># <span class="board">/api/</span> stuff</h1>
<div class="alert mb-2 text-center cursor-pointer py-wrapper" [routerLink]="['/docs/py']">
<div class="mb-2 text-center cursor-pointer py-wrapper" [routerLink]="['/docs/py']">
<p>
<span style="padding: 6px; background-color: #2af171; color: #000000">NEW!</span> check out the python api
wrapper