all repos — site @ 6df2ed9dc718349d3f7a7394eee89b8cf3e00073

source for my site, found at icyphox.sh

New style!

Signed-off-by: Anirudh Oppiliappan <x@icyphox.sh>
Anirudh Oppiliappan x@icyphox.sh
Sun, 15 Mar 2020 11:46:43 +0530
commit

6df2ed9dc718349d3f7a7394eee89b8cf3e00073

parent

d6942c6a52297c3461473479976c0edec7f5a5d7

3 files changed, 16 insertions(+), 18 deletions(-)

jump to
M pages/about.mdpages/about.md

@@ -57,7 +57,7 @@ dropping a buck or two, I won't stop you. ;)

## This website -This site is built using a small static site generator written by me--- +This site is built using a small static site generator written by me: [vite](https://github.com/icyphox/vite). The source for this website is [here](https://github.com/icyphox/site). Built and served using Netlify.
M static/style.cssstatic/style.css

@@ -9,7 +9,7 @@ }

html, body { - background: #151B1B; + /*background: #151B1B*/; } .container {

@@ -18,7 +18,7 @@ top: 0;

bottom: 0; left: 0; right: 0; - color: #eee; + color: #222; } .container-text {

@@ -27,7 +27,7 @@ top: 0;

bottom: 0; left: 0; right: 0; - color: #eee; + color: #222; }

@@ -53,8 +53,7 @@ padding: 10px;

} pre, pre code { - background: #1D2122; - color: #eee; + color: #666; word-wrap: break-word; overflow-x: auto; white-space: pre-wrap;

@@ -66,9 +65,8 @@ border-radius: 5px;

} code { - color: cyan; - /*background: #041b1e;*/ - padding: 1px; + color: #00cece; + padding: 2px; border: 0px solid transparent; border-radius: 5px; border-bottom: unset;

@@ -126,7 +124,7 @@ color: gray

} .muted a { - color: cyan; + color: #00cece; border-bottom: unset; }

@@ -151,7 +149,7 @@ border-bottom: unset;

} .navbar a:hover { - background: #222; + background: #eee; } .posts a {

@@ -159,7 +157,7 @@ border-bottom: unset;

} .posts a:hover { - background: #222; + background: #eee; } /*a {

@@ -185,9 +183,9 @@ border-bottom: 1px solid cyan;

}*/ a:hover { - color: #eee; - background: #222; - border-bottom: 1px solid cyan; + color: #222; + background: #eee; + border-bottom: 1px solid #00cece; } .left {

@@ -254,7 +252,7 @@ }

.subtitle { font-style: italic; - color: #eee; + color: #222; padding-bottom: 30px; }

@@ -268,7 +266,7 @@ color: gray;

} h3 { - color: cyan; + color: black; } p {
M static/webring.svgstatic/webring.svg

@@ -1,4 +1,4 @@

-<svg class="vector" width="300px" height="300px" xmlns="http://www.w3.org/2000/svg" baseProfile="full" version="1.1" style="fill:none;stroke:white;stroke-width:28px;stroke-linecap:square;"> +<svg class="vector" width="300px" height="300px" xmlns="http://www.w3.org/2000/svg" baseProfile="full" version="1.1" style="fill:none;stroke:black;stroke-width:28px;stroke-linecap:square;"> <g transform="translate(0,30)"> <g transform="translate(150,150),rotate(120,0,0)"> <path d="M0,-60 a60,60 0 1,0 0,120 l100,0"></path>