diff --git a/.vscode/easycode.ignore b/.vscode/easycode.ignore deleted file mode 100644 index abfcea15..00000000 --- a/.vscode/easycode.ignore +++ /dev/null @@ -1,11 +0,0 @@ -node_modules/ -dist/ -vendor/ -cache/ -.*/ -*.min.* -*.test.* -*.spec.* -*.bundle.* -*.bundle-min.* -*.log \ No newline at end of file diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index 6f3a2913..00000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "liveServer.settings.port": 5501 -} \ No newline at end of file diff --git a/Image-Gallery/style.css b/Image-Gallery/style.css index 687f448d..e75d5fc2 100644 --- a/Image-Gallery/style.css +++ b/Image-Gallery/style.css @@ -150,14 +150,15 @@ body { padding-left: 20px; padding-right: 20px; width: auto; - background-color: transparent; - border: 2px solid var(--btn-border); - color: var(--btn-color); + background-color: slateblue; + border: 2px solid #00dbc7; + color: #FFD700; font-weight: 500; font-size: 14px; - letter-spacing: 2px; + letter-spacing: 1px; vertical-align: middle; text-decoration: none; + box-shadow: 6px 4px 9px 1px #108cd5; white-space: nowrap; } .btn-style:hover {