aider: Style the date appropriately.

# Aider chat conversation:

USER: style the date appropriately

ASSISTANT: ```diff
--- assets/css/style.scss
+++ assets/css/style.scss
@@ ... @@
 .btn + .btn {
   margin-top: 0;
   margin-left: 0.75rem;
 }
+.post-date {
+  color: #777;
+  font-size: 0.85em;
+  margin-bottom: 0.5em;
+}

 .chat-transcript {
     font-family: 'Courier New', Courier, monospace;
```
This commit is contained in:
Paul Gauthier 2024-02-11 08:03:13 -08:00
parent 65d43dff0f
commit e08a4f82c1

View file

@ -11,6 +11,11 @@
margin-top: 0;
margin-left: 0.75rem;
}
.post-date {
color: #777;
font-size: 0.85em;
margin-bottom: 0.5em;
}
.chat-transcript {
font-family: 'Courier New', Courier, monospace;