Improve blog CSS

Adjust to some updates in the general Org CSS.
This commit is contained in:
TEC 2024-01-11 17:55:52 +08:00
parent 28c1e68ab4
commit 3928c66ce8
Signed by: tec
SSH Key Fingerprint: SHA256:eobz41Mnm0/iYWBvWThftS0ElEs1ftBr6jamutnXc/A
2 changed files with 11 additions and 6 deletions

View File

@ -1,6 +1,6 @@
#+title: Archive
#+options: author:nil date:nil
#+html_head: <style> a { background-size: 0 !important; } </style>
#+html_head: <style> a { background-size: 0 !important; } li a { text-decoration: none; } </style>
* Post processing :noexport:
First we need to get all the posts

View File

@ -1,6 +1,5 @@
header {
position: relative;
margin: 0 auto -2rem;
& > h4 > a {
text-decoration: none;
color: inherit;
@ -28,10 +27,16 @@ header {
#content {
margin: auto;
}
header > h4 > a.orgicorn img {
position: absolute;
top: -0.3em;
transform: translateX(-100%) translateX(-0.8rem);
header {
margin: 0 auto -2rem;
h4 > a.orgicorn {
display: inherit; // I have no idea why this is needed, but it seems to be
img {
position: absolute;
top: -0.3em;
transform: translateX(-100%) translateX(-0.8rem);
}
}
}
}
#postamble {