some little fixes

Signed-off-by: ngn <ngn@ngn.tf>
This commit is contained in:
ngn 2025-01-17 04:41:57 +03:00
parent 3398324664
commit ecaa6fb68f
Signed by: ngn
GPG Key ID: A3654DF5AD9F641D
6 changed files with 12 additions and 7 deletions

View File

@ -4,4 +4,7 @@ all:
format: format:
npm run format npm run format
run:
npm run dev
.PHONY: format .PHONY: format

View File

@ -18,13 +18,13 @@
<style> <style>
nav { nav {
box-shadow: var(--box-shadow-1);
background: var(--black-1); background: var(--black-1);
padding: 20px 30px 20px 20px; padding: 20px 30px 20px 20px;
display: flex; display: flex;
flex-direction: row; flex-direction: row;
align-items: center; align-items: center;
justify-content: space-between; justify-content: space-between;
box-shadow: var(--def-shadow);
} }
div { div {

View File

@ -62,7 +62,7 @@
display: flex; display: flex;
flex-direction: column; flex-direction: column;
align-items: end; align-items: end;
gap: 5px; gap: 6px;
} }
main .docs a { main .docs a {
@ -78,7 +78,7 @@
} }
main .docs a:hover { main .docs a:hover {
box-shadow: var(--box-shadow); box-shadow: var(--box-shadow-2);
} }
main .docs a h1 { main .docs a h1 {

View File

@ -26,8 +26,11 @@
--size-5: 24px; --size-5: 24px;
--size-6: 30px; --size-6: 30px;
--box-shadow-1: rgba(20, 20, 20, 0.19) 0px 10px 20px, rgba(30, 30, 30, 0.23) 0px 6px 6px;
--box-shadow-2: rgba(0, 0, 0, 0.35) 0px 30px 60px -12px inset,
rgba(20, 20, 20, 0.3) 0px 18px 36px -18px inset;
--text-shadow: 3px 2px 8px rgba(50, 50, 50, 0.8); --text-shadow: 3px 2px 8px rgba(50, 50, 50, 0.8);
--box-shadow: rgba(20, 20, 20, 0.19) 0px 10px 20px, rgba(30, 30, 30, 0.23) 0px 6px 6px;
--background: linear-gradient(rgba(11, 11, 11, 0.808), rgba(1, 1, 1, 0.96)), url("/banner.png"); --background: linear-gradient(rgba(11, 11, 11, 0.808), rgba(1, 1, 1, 0.96)), url("/banner.png");
--profile-size: 220px; --profile-size: 220px;
} }

View File

@ -766,7 +766,6 @@
font-size: 85%; font-size: 85%;
line-height: 1.45; line-height: 1.45;
background-color: var(--black-3); background-color: var(--black-3);
border-radius: 6px;
} }
.markdown-body pre code, .markdown-body pre code,

View File

@ -1,4 +1,4 @@
{ {
"title": "API dökümantasyonı", "title": "API dökümantasyonu",
"desc": "Websitesinin API dökümantasyonı" "desc": "Websitesinin API dökümantasyonu"
} }