added desktop styles and deploy script

This commit is contained in:
II-Paulus-II 2024-03-06 19:10:51 +00:00
parent 8befb291be
commit cebfccbd53
3 changed files with 16 additions and 1 deletions

4
deploy.sh Executable file
View 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

View File

@ -13,6 +13,5 @@ body {
} }
#root { #root {
color: green;
height: 100%; height: 100%;
} }

View File

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