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

@ -7,6 +7,7 @@
--dark-three: #121212;
--dark-four: #101010;
--dark-fife: #3a3b3c;
--dark-six: #C0C0C0;
--radius: 8px;
/*
old shadow animation
@ -37,8 +38,8 @@ body {
}
::-webkit-scrollbar {
border-radius: 10px;
width: 10px;
border-radius: 5px;
width: 1px;
}
::-webkit-scrollbar-track {

View File

@ -691,7 +691,7 @@
}
.markdown-body span.float-right>span {
displaydebian: block;
display: block;
margin: 13px auto 0;
overflow: hidden;
text-align: right;
@ -703,7 +703,7 @@
margin: 0;
font-size: 85%;
white-space: break-spaces;
background-color: var(--dark-two);
background: var(--dark-two);
border-radius: 6px;
}
@ -745,7 +745,7 @@
.markdown-body .highlight pre,
.markdown-body pre {
padding: 16px;
overflow: scroll;
overflow: auto;
font-size: 85%;
line-height: 1.45;
background-color: var(--dark-two);