mess with the header some more
This commit is contained in:
@ -73,12 +73,16 @@ a:hover {
|
|||||||
|
|
||||||
/* seems like this doesnt always wowrk */
|
/* seems like this doesnt always wowrk */
|
||||||
a:has(img):hover,
|
a:has(img):hover,
|
||||||
a:has(+ img):hover {
|
a:hover:has(+ img):hover,
|
||||||
transform: none;
|
a:hover:has(img):hover,
|
||||||
|
a:has(+ img):hover,
|
||||||
|
.profile-img-link:hover,
|
||||||
|
a.profile-img-link:hover important {
|
||||||
|
transform: translate(0);
|
||||||
}
|
}
|
||||||
|
|
||||||
hr {
|
hr {
|
||||||
border-top: 5px solid var(--border);
|
border-top: 2px solid var(--border);
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
|
@ -23,7 +23,7 @@
|
|||||||
<header>{% include 'partials/header.njk' %}</header>
|
<header>{% include 'partials/header.njk' %}</header>
|
||||||
<hr/>
|
<hr/>
|
||||||
<article>
|
<article>
|
||||||
<h2>{{ title }}</h2>
|
{# <h2>{{ title }}</h2> #}
|
||||||
{{ content | safe }}
|
{{ content | safe }}
|
||||||
</article>
|
</article>
|
||||||
</div>
|
</div>
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
<a href="/">
|
<a href="/" class="profile-img-link">
|
||||||
<img class="profile-img" src="/img/cropped.png"/>
|
<img class="profile-img" src="/img/cropped.png"/>
|
||||||
</a>
|
</a>
|
||||||
<div class="sidebar-contents">
|
<div class="sidebar-contents">
|
||||||
|
Reference in New Issue
Block a user