generic: update website style
This commit is contained in:
parent
1959e53116
commit
27fd6159d6
|
@ -7,10 +7,13 @@ body {
|
||||||
line-height: 1.5;
|
line-height: 1.5;
|
||||||
margin: 1rem;
|
margin: 1rem;
|
||||||
font-family: monospace;
|
font-family: monospace;
|
||||||
background: rgb(0,78,255);
|
background: rgb(0,58,155);
|
||||||
background: linear-gradient(0deg, rgba(0,78,255,1) 0%, rgba(0,0,0,1) 100%);
|
/*background: linear-gradient(0deg, rgba(0,78,255,1) 0%, rgba(0,0,0,1) 100%);
|
||||||
background-size: contain;
|
*/
|
||||||
background-attachment: fixed;
|
background-image: url('../hacker-manifesto-bg.jpg');
|
||||||
|
background-repeat: repeat;*/
|
||||||
|
/*background-size: contain;
|
||||||
|
background-attachment: fixed;*/
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -37,7 +40,11 @@ footer {
|
||||||
}
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
color: #3061ff !important;
|
color: #524f6e !important;
|
||||||
|
}
|
||||||
|
a:hover {
|
||||||
|
color: #6d6994 !important;
|
||||||
|
text-shadow: 0px 0px 10px #685aed;
|
||||||
}
|
}
|
||||||
|
|
||||||
hr {
|
hr {
|
||||||
|
|
BIN
themes/minth/assets/hackers.webp
Normal file
BIN
themes/minth/assets/hackers.webp
Normal file
Binary file not shown.
After Width: | Height: | Size: 94 KiB |
|
@ -29,7 +29,8 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.header pre {
|
.header pre {
|
||||||
color: #3061ff;
|
color: #6d6994;
|
||||||
|
text-shadow: 0px 0px 10px #685aed;
|
||||||
font-weight: bolder;
|
font-weight: bolder;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
BIN
themes/minth/static/hacker-manifesto-bg.jpg
Normal file
BIN
themes/minth/static/hacker-manifesto-bg.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 59 KiB |
BIN
themes/minth/static/hacker-manifesto.jpg
Normal file
BIN
themes/minth/static/hacker-manifesto.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 212 KiB |
BIN
themes/minth/static/old-unix.jpg
Normal file
BIN
themes/minth/static/old-unix.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 15 KiB |
Loading…
Reference in New Issue
Block a user