mirror of
https://github.com/davegallant/rfd-fyi.git
synced 2025-08-05 06:53:40 +00:00
Adjust colour of links
This commit is contained in:
6
Makefile
6
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:
|
||||
|
@@ -15,7 +15,7 @@ html {
|
||||
}
|
||||
|
||||
a {
|
||||
color: #83a598; /**/
|
||||
color: #96ada5; /**/
|
||||
}
|
||||
a:visited {
|
||||
color: #53514f; /**/
|
||||
|
Reference in New Issue
Block a user