diff --git a/themes/minth/assets/css/main.css b/themes/minth/assets/css/main.css index 26d784f..9bd4766 100644 --- a/themes/minth/assets/css/main.css +++ b/themes/minth/assets/css/main.css @@ -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 { diff --git a/themes/minth/assets/hackers.webp b/themes/minth/assets/hackers.webp new file mode 100644 index 0000000..0bd7dbc Binary files /dev/null and b/themes/minth/assets/hackers.webp differ diff --git a/themes/minth/static/css/global.css b/themes/minth/static/css/global.css index a690e75..529f407 100644 --- a/themes/minth/static/css/global.css +++ b/themes/minth/static/css/global.css @@ -29,7 +29,8 @@ } .header pre { - color: #3061ff; + color: #6d6994; + text-shadow: 0px 0px 10px #685aed; font-weight: bolder; } diff --git a/themes/minth/static/hacker-manifesto-bg.jpg b/themes/minth/static/hacker-manifesto-bg.jpg new file mode 100644 index 0000000..c3bbe56 Binary files /dev/null and b/themes/minth/static/hacker-manifesto-bg.jpg differ diff --git a/themes/minth/static/hacker-manifesto.jpg b/themes/minth/static/hacker-manifesto.jpg new file mode 100644 index 0000000..8204f73 Binary files /dev/null and b/themes/minth/static/hacker-manifesto.jpg differ diff --git a/themes/minth/static/old-unix.jpg b/themes/minth/static/old-unix.jpg new file mode 100644 index 0000000..a2d57db Binary files /dev/null and b/themes/minth/static/old-unix.jpg differ