Skip to content

Commit

Permalink
Merge pull request #23 from Diesel-Net/development
Browse files Browse the repository at this point in the history
Add more shadows
  • Loading branch information
tomdaley92 authored Aug 8, 2021
2 parents 853c3b9 + a642ea9 commit 921add7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .ansible/roles/requirements.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
- name: common
scm: git
src: "[email protected]:Diesel-Net/ansible-role-common.git"
version: 1.1.1
version: 1.1.3

- name: docker
scm: git
Expand Down
2 changes: 1 addition & 1 deletion .ansible/templates/docker-compose.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version: '3.8'
services:

main:
image: docker.nexus.diesel.net/{{ git_repository }}:{{ git_branch }}-latest
image: {{ docker_registry }}/{{ repository }}:{{ version }}-latest

environment:
- TITLE=Kiwi Labs
Expand Down
4 changes: 2 additions & 2 deletions src/css/coming-sssoon.css
Original file line number Diff line number Diff line change
Expand Up @@ -722,7 +722,7 @@ h1 small, h2 small, h3 small, h1 .small, h2 .small, h3 .small {
font-weight: 300;
position: relative;
text-align: center;
text-shadow: 0 0 10px rgba(0, 0, 0, 0.33);
text-shadow: 2px 2px 4px #000000;
margin-top: 150px;
z-index: 3;
}
Expand Down Expand Up @@ -754,7 +754,7 @@ h1 small, h2 small, h3 small, h1 .small, h2 .small, h3 .small {
.sorry{
font-size: 20px;
color: white;
text-shadow: 0 1px 4px rgba(0, 0, 0, 0.33);
text-shadow: 2px 2px 4px #000000;
text-align: center;
margin-bottom: 34px;
z-index: 5;
Expand Down

0 comments on commit 921add7

Please sign in to comment.