Style changes, small fix for the About page

main
Astoria Floyd 3 years ago
parent b76aa81b53
commit 4da21af3e1

@ -1,4 +1,4 @@
<?php include $root.'includes/seemore.php'; echo '<a href="'.$seemorepath.'"><h1>Example</h1></a>'; # Article Title ?>
<?php include $root.'includes/seemore.php'; echo '<a href="'.$seemorepath.'"><h1>About</h1></a>'; # Article Title ?>
<?php
include_once $root."./includes/mdutils.php";
loadmdfile($root."./About/about.md");

@ -1,6 +1,7 @@
:root {
--fg-col: #FFFFFF;
--main-col: #d2738a;
/*--main-col: #d2738a;*/
--main-col:#2d8c75
--grey-col: #CCCCCC;
--bg-col: #000000;
--ver: calc(95vh - 50px);

@ -1,6 +1,7 @@
:root {
--fg-col: #FFFFFF;
--main-col: #d2738a;
/*--main-col: #d2738a;*/
--main-col: #2d8c75;
--bg-col: #000000;
}
@ -80,3 +81,20 @@ a:hover {
.arrow:hover {
animation: wiredarrow 1s ease-in-out infinite;
}
mark {
background-color:var(--main-col);
color: black;
}
kbd {
font-feature-settings:normal;
color: rgba(0, 0, 0, 0.9);
background:var(--main-col);
margin:2px 2px;
font-family: 'pxplus_ibm_vga9regular';
src: url('/styles/pxplus_ibm_vga9-webfont.woff2') format('woff2'),
url('/styles/pxplus_ibm_vga9-webfont.woff') format('woff');
font-weight: normal;
font-style: normal;
}
Loading…
Cancel
Save