diff --git a/mods/images/oldamrory.png b/mods/images/oldamrory.png new file mode 100644 index 0000000..afe02f8 Binary files /dev/null and b/mods/images/oldamrory.png differ diff --git a/mods/index.html b/mods/index.html index 0f47302..54eb80b 100644 --- a/mods/index.html +++ b/mods/index.html @@ -38,7 +38,7 @@

Stick War 2 Empires

- + Kaizo

Kaizo Difficulty

@@ -47,18 +47,17 @@

Kaizo Difficulty

- + diff --git a/mods/main.css b/mods/main.css index 3513f2c..c2dc42c 100644 --- a/mods/main.css +++ b/mods/main.css @@ -3,7 +3,7 @@ flex-wrap: wrap; justify-content: space-evenly; gap: 0px; - padding: 20px 150px 10px 150px; + padding: 20px 150px 50px 150px; } .card { @@ -60,7 +60,7 @@ } .card-content { - padding: 3px 15px 10px 15px; + padding: 3px 15px 40px 15px; } .card-title { diff --git a/other/main.css b/other/main.css index 01c5301..ecb873a 100644 --- a/other/main.css +++ b/other/main.css @@ -129,6 +129,20 @@ th { } } +::-webkit-scrollbar { + width: 12px; /* Width of the scrollbar */ + } + + /* Style the scrollbar thumb */ + ::-webkit-scrollbar-thumb { + background-color: lightgray; /* Set the thumb color */ + border-radius: 10px; /* Round the edges of the thumb */ + } + + ::-webkit-scrollbar-thumb:hover { + background-color: gray; + } + #note { font-size: 15px; }