diff --git a/.vscode/launch.json b/.vscode/launch.json new file mode 100644 index 00000000..2ba986f6 --- /dev/null +++ b/.vscode/launch.json @@ -0,0 +1,15 @@ +{ + // Use IntelliSense to learn about possible attributes. + // Hover to view descriptions of existing attributes. + // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 + "version": "0.2.0", + "configurations": [ + { + "type": "chrome", + "request": "launch", + "name": "Launch Chrome against localhost", + "url": "http://localhost:8080", + "webRoot": "${workspaceFolder}" + } + ] +} \ No newline at end of file diff --git a/assets/css/style.css b/assets/css/style.css index e359ebb8..e687e60f 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -45,7 +45,7 @@ p { /* Button */ .button_di-buffala { - background-color: #325DFF; + background-color: palevioletred; border-radius: 30px; padding: 2rem 6rem; color: #fff; @@ -55,13 +55,13 @@ p { .button_di-buffala:hover { background-color: hsla(227, 100%, 60%, .1); - color: #325DFF; + color: palevioletred; } /* Navbar */ .navbar_di-buffala { - background-color: #325DFF; + background-color: palevioletred; color: hsla(0, 100%, 100%, 0.52); } .icon-bar {