From e13aaaf4791579122512f05af0ce40a487e1c118 Mon Sep 17 00:00:00 2001 From: gorumeg <92520188+gorumeg@users.noreply.github.com> Date: Tue, 25 Oct 2022 17:20:30 +0530 Subject: [PATCH 1/2] Added a readme describing the program --- README.md | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..b4f98d9 --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +# Dark-Mode- +This program allows the user to change between dark and light modes of the screen. From 1f075554a1905e1e302587d59becb1c46f3086e0 Mon Sep 17 00:00:00 2001 From: gorumeg <92520188+gorumeg@users.noreply.github.com> Date: Tue, 25 Oct 2022 17:42:57 +0530 Subject: [PATCH 2/2] Changed fonts and made changes to the buttons --- index.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/index.html b/index.html index 36d90ed..e29157b 100644 --- a/index.html +++ b/index.html @@ -16,7 +16,7 @@ { text-align: center; font-size: 2.5rem; - font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif; + font-family: 'Montserrat', sans-serif; } .btn { @@ -25,15 +25,15 @@ justify-content:space-evenly; align-items: center; outline: none; - margin-top: 2rem; + margin-top: 10rem; } button { padding: 0.8rem; font-size: 1.2rem; - border-radius: 22px; + border-radius: 40px; font-weight: bold; - font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif; + font-family: 'Montserrat', sans-serif; } button:hover {