generic: update website style

This commit is contained in:
kevinj 2024-08-13 14:21:51 +02:00
parent 1959e53116
commit 27fd6159d6
6 changed files with 14 additions and 6 deletions

View File

@ -7,10 +7,13 @@ body {
line-height: 1.5;
margin: 1rem;
font-family: monospace;
background: rgb(0,78,255);
background: linear-gradient(0deg, rgba(0,78,255,1) 0%, rgba(0,0,0,1) 100%);
background-size: contain;
background-attachment: fixed;
background: rgb(0,58,155);
/*background: linear-gradient(0deg, rgba(0,78,255,1) 0%, rgba(0,0,0,1) 100%);
*/
background-image: url('../hacker-manifesto-bg.jpg');
background-repeat: repeat;*/
/*background-size: contain;
background-attachment: fixed;*/
margin: 0;
}
@ -37,7 +40,11 @@ footer {
}
a {
color: #3061ff !important;
color: #524f6e !important;
}
a:hover {
color: #6d6994 !important;
text-shadow: 0px 0px 10px #685aed;
}
hr {

Binary file not shown.

After

Width:  |  Height:  |  Size: 94 KiB

View File

@ -29,7 +29,8 @@
}
.header pre {
color: #3061ff;
color: #6d6994;
text-shadow: 0px 0px 10px #685aed;
font-weight: bolder;
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 59 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 212 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB