aboutsummaryrefslogtreecommitdiff
path: root/views/styles.css
diff options
context:
space:
mode:
Diffstat (limited to 'views/styles.css')
-rw-r--r--views/styles.css15
1 files changed, 12 insertions, 3 deletions
diff --git a/views/styles.css b/views/styles.css
index 1fcdb9d..f1a24fe 100644
--- a/views/styles.css
+++ b/views/styles.css
@@ -257,13 +257,22 @@ hr.new-section {
}
.item {
- border: 2px solid teal;
+ background-image: url(/paper.jpg);
+ background-repeat: repeat;
+
display: flex;
flex-direction: row;
- padding: 0.5em;
+
border-radius: 0.25em;
- font-size: 1.08em;
+
+ padding: 0.5em;
margin-bottom: 1em;
+
+ font-size: 1.08em;
+
+ border: 4px solid var(--dark-purple);
+ border-top: none;
+ border-bottom: none;
}
.item > :first-child {