From b98abb94cc2b710b21b7c427555858b3c1b03e15 Mon Sep 17 00:00:00 2001 From: OkunElya Date: Fri, 31 Oct 2025 12:04:55 +1000 Subject: [PATCH 1/2] aboba commit --- index.css | 4 ++-- index.html | 2 -- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/index.css b/index.css index a13f09c..517c5d8 100644 --- a/index.css +++ b/index.css @@ -30,8 +30,8 @@ .menu .selected { color: green; font-weight: bold; - border-left: double 4px silver; - border-right: double 4px silver; + border-left: double thin silver; + border-right: double thin silver; } .menu .menu-header { diff --git a/index.html b/index.html index 2255a1b..b15e4ec 100644 --- a/index.html +++ b/index.html @@ -140,8 +140,6 @@ - - \ No newline at end of file From 5f692a47086993c01060685d6a088d0d948e89a2 Mon Sep 17 00:00:00 2001 From: OkunElya Date: Thu, 11 Dec 2025 18:21:59 +1000 Subject: [PATCH 2/2] gitignore added --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..4322f92 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +**node_modules +**to_reform \ No newline at end of file