From f6debb0329b40d0c67114097e1f5e8f72defa85d Mon Sep 17 00:00:00 2001 From: Dave Gallant Date: Fri, 16 Aug 2024 14:38:58 -0400 Subject: [PATCH] Adjust colour of links --- Makefile | 6 +++--- src/theme.css | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index a14b688..09b77aa 100644 --- a/Makefile +++ b/Makefile @@ -22,12 +22,12 @@ backend: frontend: @npm install @vue/cli-service @npx vue-cli-service serve -.PHONY: server +.PHONY: frontend ## dev: Build and run in docker compose dev: docker compose up --build -d -.PHONY: up +.PHONY: dev ## prod: Run the latest images in docker compose prod: @@ -35,7 +35,7 @@ prod: @docker pull ghcr.io/davegallant/rfd-fyi-backend @docker pull ghcr.io/davegallant/rfd-fyi-frontend @docker compose -f docker-compose.prod.yml up -d -.PHONY: up +.PHONY: prod ## teardown: Teardown docker teardown: diff --git a/src/theme.css b/src/theme.css index efbc18b..6d4e1a2 100644 --- a/src/theme.css +++ b/src/theme.css @@ -15,7 +15,7 @@ html { } a { - color: #83a598; /**/ + color: #96ada5; /**/ } a:visited { color: #53514f; /**/