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
2 files changed,
17 insertions(+),
6 deletions(-)
M
pages/blog/feed.xml
→
pages/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’ll now conclude with an obligatory screenshot.</p>
M
static/style.css
→
static/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; }