summaryrefslogtreecommitdiff
path: root/src/css
diff options
context:
space:
mode:
authorache <ache@ache.one>2022-12-10 08:15:05 +0100
committerache <ache@ache.one>2022-12-10 08:15:05 +0100
commit88ef31743b7c59214b3bf4aaeef51af3f2fcb8f7 (patch)
treeb747b11c328cb6e4b89d2cede9f7b11d077ca792 /src/css
parentPut title as underligned (diff)
Show date on each article
Diffstat (limited to 'src/css')
-rwxr-xr-xsrc/css/_contenu.scss5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/css/_contenu.scss b/src/css/_contenu.scss
index 3aa56d1..4dab365 100755
--- a/src/css/_contenu.scss
+++ b/src/css/_contenu.scss
@@ -20,6 +20,10 @@ article {
line-height: 1.6rem;
.pubdate {
+ text-align: right;
+ font-size: 0.75em;
+ color: #999;
+ /*
position: absolute;
top: 0;
right: 0;
@@ -29,6 +33,7 @@ article {
overflow: clip;
color: pink;
text-align: right;
+ */
}
ul {
line-height: 1.6;