all repos — site @ ae37dd4b3b5bd8db45eaaa2d4ded0ed898899c19

source for my site, found at icyphox.sh

Bunch of CSS changes

Signed-off-by: Anirudh Oppiliappan <x@icyphox.sh>
Anirudh Oppiliappan x@icyphox.sh
Tue, 14 Jan 2020 11:05:30 +0000
commit

ae37dd4b3b5bd8db45eaaa2d4ded0ed898899c19

parent

26d537ad6b60ca496c419981f20d33fa3ac3aa17

2 files changed, 17 insertions(+), 6 deletions(-)

jump to
M pages/blog/feed.xmlpages/blog/feed.xml

@@ -139,7 +139,7 @@ other distros will be nothing short of disappointing, in one way or

another.</p> <p>Huge thanks to the folks at <code>#kisslinux</code> on Freenode for helping me -througout. And I mean, they <em>really</em> did. We chatted for hours on end +throughout. And I mean, they <em>really</em> did. We chatted for hours on end trying to debug my issues.</p> <p>I&#8217;ll now conclude with an obligatory screenshot.</p>
M static/style.cssstatic/style.css

@@ -72,8 +72,8 @@ color: gray;

} a > code:hover { - color: #021012; - background: cyan; + color: #eee; + border-bottom: 1px solid cyan; } details > summary {

@@ -147,11 +147,19 @@ color: gray;

margin: 0; transition: all 200ms; text-decoration: none; + outline: 0; +} + +a:focus { + color: #eee; + border-bottom: 1px solid cyan; + background: #222; } a:hover { - color: #021012; - background: cyan; + color: #eee; + background: #222; + border-bottom: 1px solid cyan; } .left {

@@ -210,6 +218,9 @@ }

.subtitle { font-style: italic; + color: gray; + background: #041b1e; + padding-bottom: 5px; } h1, h2, h3 {

@@ -241,7 +252,7 @@ width: 20%;

} ::selection { - background-color: cyan; + background-color: gray; color: #021012; }