commit 6c65d37ca9d3e0c00fee93a5e8d0b819620436be parent aa8ee552e17e38904450c586ac53b486462d05e4 Author: Amit Dutta <mail@amit.is-a.dev> Date: Mon, 13 Jul 2026 13:59:59 +0530 fixed some ui things Diffstat:
| M | docs/.vitepress/theme/style.css | | | 7 | +++++++ |
| A | semester_2/tuition/apc_002.cpp | | | 8 | ++++++++ |
2 files changed, 15 insertions(+), 0 deletions(-)
diff --git a/docs/.vitepress/theme/style.css b/docs/.vitepress/theme/style.css @@ -383,3 +383,9 @@ flex: 1; min-width: 0; } + +.DocSearch-Button:focus, +.DocSearch-Button:focus-visible { + outline: none !important; + box-shadow: none !important; +}+ \ No newline at end of file diff --git a/semester_2/tuition/apc_002.cpp b/semester_2/tuition/apc_002.cpp @@ -0,0 +1,7 @@ +/* + * Author: Amit Dutta <amitdutta4255@gmail.com> | Date: 12 Jul 2026 + * Repo: https://github.com/notamitgamer/bsc + * License: MIT + */ + +/* */+ \ No newline at end of file