From 1111e73fb15ee13f903a88a3bfb7444f8e187f59 Mon Sep 17 00:00:00 2001 From: fcarrascomarin Date: Mon, 29 Jul 2024 15:24:35 -0400 Subject: [PATCH] cambio de color de pagina --- .vscode/launch.json | 15 +++++++++++++++ assets/css/style.css | 6 +++--- 2 files changed, 18 insertions(+), 3 deletions(-) create mode 100644 .vscode/launch.json 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 {