diff --git a/.gitignore b/.gitignore index 32bcdf1..60478a3 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ -/test \ No newline at end of file +/test +/new_test \ No newline at end of file diff --git a/css/kbd.css b/css/kbd.css new file mode 100644 index 0000000..aaeb34d --- /dev/null +++ b/css/kbd.css @@ -0,0 +1,4 @@ +kbd{ + background-color: hsla(0, 0%, 100%, .1); + color:aliceblue; +} \ No newline at end of file diff --git a/css/style.css b/css/style.css index 67a711a..e2b1b88 100644 --- a/css/style.css +++ b/css/style.css @@ -3,7 +3,7 @@ @import url("modal.css"); @import url("toolbar.css"); @import url("preload.css"); -@import url("settings.css"); +@import url("kbd.css"); ::-webkit-scrollbar { width: 10px; diff --git a/index.html b/index.html index 86920f6..7478768 100644 --- a/index.html +++ b/index.html @@ -11,19 +11,18 @@