added desktop styles and deploy script
This commit is contained in:
parent
8befb291be
commit
cebfccbd53
4
deploy.sh
Executable file
4
deploy.sh
Executable file
@ -0,0 +1,4 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
cd ~/websites/paulus.casa/
|
||||||
|
npm run build && rsync -rvP --update --delete --exclude '.git' --exclude 'node_modules' dist/ biglargepaulus@paulus.casa:/var/www/paulus.casa
|
||||||
@ -13,6 +13,5 @@ body {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#root {
|
#root {
|
||||||
color: green;
|
|
||||||
height: 100%;
|
height: 100%;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -37,7 +37,19 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.detailsInfoLinks {
|
.detailsInfoLinks {
|
||||||
|
padding: 0.25rem;
|
||||||
font-size: 1.5rem;
|
font-size: 1.5rem;
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.detailsInfoLinks:hover, .detailsInfoLinks:visited, .detailsInfoLinks:active {
|
||||||
|
color: white;
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.detailsInfoLinks:hover {
|
||||||
|
background: white;
|
||||||
|
color: black;
|
||||||
}
|
}
|
||||||
|
|
||||||
.detailsSocialLinksContainer {
|
.detailsSocialLinksContainer {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user