From b07ca99fc5d8c6ebcd6294418375c18d229f6f16 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=2E=D0=9B=D0=B0=D0=BF=D0=B8=D1=81?= <77628969+ArtemLapys@users.noreply.github.com> Date: Sun, 25 Sep 2022 19:15:14 +0300 Subject: [PATCH] upd --- .gitignore | 3 ++- css/kbd.css | 4 +++ css/style.css | 2 +- index.html | 69 ++++++++++++++++++++++++++++++++--------------- js/export.js | 21 +++++++++++++++ js/libs/source.js | 39 +++++++++++++++++++++++++++ js/main.js | 2 +- js/menubar.js | 16 +++++++++++ 8 files changed, 132 insertions(+), 24 deletions(-) create mode 100644 css/kbd.css 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 @@