Cybrkyd's Git Repositories

GitGen - commit: 1eeadff

commit 1eeadff191dd89a27eef13402039f3603628ea5dff50a62fe5e791430c44b18e
author cybrkyd <git@cybrkyd.com> 2026-05-18 13:13:08 +0100
committer cybrkyd <git@cybrkyd.com> 2026-05-18 13:13:08 +0100

Commit Message

.file-date CSS styling

📊 Diffstat

main.css 7
1 files changed, 6 insertions(+), 1 deletions(-)

Diff

diff --git a/main.css b/main.css
index 81b7ca1..bcf57f6 100644
--- a/main.css
+++ b/main.css
@@ -272,7 +272,6 @@ pre code {
.file-path {
font-family: monospace;
- font-size: 15px;
margin-bottom: 0.1rem;
}
@@ -281,6 +280,12 @@ pre code {
color: #48bb78;
}
+ .file-date {
+ margin-left: auto;
+ color: #4a5568;
+ font-family: monospace;
+ }
+
.commit-list {
margin-bottom: 2rem;
}