New color scheme, finally replaced some art assets.

main
Astoria Floyd 2 years ago
parent 11a7570929
commit b73ed99c30

@ -0,0 +1,10 @@
<?php
$root="../";
$title="Technology";
$tags="blog, software, scripting, programming, digital privacy, linux";
$message=$title;
$submessage="";
require $root."includes/formatindex.php";
// ../includes/formatindex.php
?>

Binary file not shown.

After

Width:  |  Height:  |  Size: 153 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 684 B

After

Width:  |  Height:  |  Size: 333 B

@ -1,17 +1,18 @@
:root {
--fg-col: #FFFFFF;
/*--main-col: #d2738a;*/
--main-col:#94B1FF
--main-col:#b4a999;
--grey-col: #CCCCCC;
--bg-col: #000000;
--bg-col: #1f1710;
--ver: calc(95vh - 50px);
--ver-btm: 10vh;
--ver-upr: 18px;
--shade: linear-gradient(to top, rgba(0,0,0,1), rgba(0,0,0,0.8), rgba(0,0,0,0));
--shade: linear-gradient(to top, rgba(31,23,16,1), rgba(31,23,16,0.8), rgba(31,23,16,0));
}
body {
background: url("/includes/bg.php") no-repeat var(--bg-col);
background-size: cover;
background-attachment: fixed;
background-position: bottom left;
word-break: break-word;

@ -1,8 +1,8 @@
:root {
--fg-col: #FFFFFF;
/*--main-col: #d2738a;*/
--main-col: #94B1FF;
--bg-col: #000000;
--main-col: #b4a999;
--bg-col: #1f1710;
}
@font-face {

Loading…
Cancel
Save