diff --git a/styles.css b/styles.css index ad463a9..646b82b 100644 --- a/styles.css +++ b/styles.css @@ -4,6 +4,7 @@ html{ } body{ margin:1em; + font-family:monospace; font-size:16px; line-height: 1.3; background-color: rgb(255, 250, 250); @@ -27,4 +28,4 @@ hr{ #footer{ max-width: 600px; } -.info{font-size: smaller;} \ No newline at end of file +.info{font-size: smaller;} diff --git a/templates/index.html b/templates/index.html index 4d1a4a1..3dd0caf 100644 --- a/templates/index.html +++ b/templates/index.html @@ -11,7 +11,13 @@ {% set padoftheday = pads | random %}

{{title}}

- Welcome! The notes below have been deliberately published their authors in order to share their thoughts, research and process in an early form. This page represents one of Varia's low-effort publishing tools. The notes are all collected on Varia's Etherpad instance. Etherpad is used as collaborative writing tool to take notes, coordinate projects and document gatherings that happen in and around Varia. For example our notes on {{ padoftheday.padid }}. + Welcome! The notes below have been deliberately published their authors in order to share their thoughts, research and process in an early form. This page represents one of Varia's low-effort publishing tools. The notes are all collected on Varia's Etherpad instance. +
+
+ Etherpad is used as collaborative writing tool to take notes, coordinate projects and document gatherings that happen in and around Varia. For example our notes on {{ padoftheday.padid }}. +
+
+ This index is updated every 60 minutes.