Compare commits

..

No commits in common. "a80d65e6054d04da4c94e76a468e9680114cce9b" and "3967fa102756f2e97fa17cb5693775e35c964543" have entirely different histories.

5 changed files with 6 additions and 36 deletions

View file

@ -229,15 +229,6 @@ h6 {
}
h1 {
& a {
&.light {
color: $light-bg;
}
color: $dark-bg;
&:hover {
background-color: transparent;
}
}
& #rss-title {
background-color: transparent;
color: $dark-bg;

View file

@ -75,27 +75,6 @@ h5,
h6 {
border-top-right-radius: $radius;
border-bottom-right-radius: $radius;
& .uplink {
&:hover {
&::before {
content: "";
}
}
}
& .with-rss {
&:hover {
&::before {
content: "";
}
}
}
& .singlepagelink {
&:hover {
&::before{
content: "./";
}
}
}
& .hash-link {
&:hover {
cursor: pointer;

View file

@ -2,7 +2,7 @@
<main>
<article class="colorswitch">
<header>
<h1 id="title"><a target="_blank" rel="noreferrer noopener" href="./index.xml" class="colorswitch with-rss" id="rss-title">{{.Title}} </a></h1>
<h1 id="title"><a href="./index.xml" class="colorswitch with-rss" id="rss-title">{{.Title}} </a></h1>
</header>
<!-- "{{.Content}}" pulls from the markdown content of the corresponding _index.md -->
{{.Content}}
@ -12,7 +12,7 @@
{{ range .Pages }}
<div id="postlist">
<h2 class="colorswitch posttitle">
<a class="colorswitch singlepagelink" href="{{.Permalink}}">{{.Title}}</h2><div class="postdescription">{{.Description}}</a><br>
<a class="colorswitch" href="{{.Permalink}}">{{.Title}}</h2><div class="postdescription">{{.Description}}</a><br>
<a class="postinfo colorswitch" href="{{.Permalink}}">read more...</a>
</div>
{{ end }}

View file

@ -1,7 +1,7 @@
{{ define "main" }}
<section id="main">
<div class="titlecontainer">
<h1 id="title" class="colorswitch"><a href="../" class="colorswitch uplink">{{ .Title }}</a></h1>
<h1 id="title" class="colorswitch">{{ .Title }}</h1>
</div>
<div>
<article id="content" class="colorswitch">

View file

@ -1,6 +1,6 @@
{{ define "main" }}
<header>
<h1 id="title"><a target="_blank" rel="noreferrer noopener" href="./index.xml" class="colorswitch with-rss" id="rss-title">{{.Title}} </a></h1>
<h1 id="title"><a href="./index.xml" class="colorswitch with-rss" id="rss-title">{{.Title}} </a></h1>
</header>
<article id="content" class="colorswitch">
<p>