Monospace fonts, add URL to header Signed-off-by: Anirudh <icyph0x@pm.me>
Anirudh icyph0x@pm.me
Mon, 24 Dec 2018 17:26:33 +0530
2 files changed,
20 insertions(+),
7 deletions(-)
M
index.html
→
index.html
@@ -24,6 +24,10 @@ </title>
<body class="noselect"> <div class="container"> + <div class="header"> + <a href="/">icyphox.sh</a> + (<a href="https://github.com/icyphox/site">src</a>) + </div> <div class="introduction"> <h1 align="center"> <!-- logo credits: Akshay Oppiliappan (@nerdypepper) -->
M
static/style.css
→
static/style.css
@@ -11,8 +11,8 @@ bottom: 0;
left: 0; right: 0; color: white; - font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif; - + font-family: Menlo, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier New, monospace; + font-size: 14px; -webkit-animation: fadein 3s; -moz-animation: fadein 3s; -ms-animation: fadein 3s;@@ -49,23 +49,32 @@
.footer { color: gray; bottom: 20px; - font-size: 14px; position: absolute; width: 100%; text-align: center; margin-bottom: 20px; } -.footer a { - color: #888; +.header { + color: cyan; + top: 20px; + position: absolute; + width: 100%; + text-align: left; + margin-top: 20px; + margin-left: 50px; +} + +a { + color: gray; margin: 0; transition: all 200ms; text-decoration: none; } -.footer a:hover { +a:hover { color: #021012; - background: cyan; + background: cyan; } .left {