Adjust colour of links

This commit is contained in:
Dave Gallant
2024-08-16 14:38:58 -04:00
parent 0c8fdd4f6c
commit f6debb0329
2 changed files with 4 additions and 4 deletions

View File

@@ -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:

View File

@@ -15,7 +15,7 @@ html {
}
a {
color: #83a598; /**/
color: #96ada5; /**/
}
a:visited {
color: #53514f; /**/