diff options
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/base.html | 4 | ||||
| -rw-r--r-- | templates/index.html | 4 |
2 files changed, 3 insertions, 5 deletions
diff --git a/templates/base.html b/templates/base.html index 8447a9e..3c88f26 100644 --- a/templates/base.html +++ b/templates/base.html | |||
| @@ -76,11 +76,11 @@ | |||
| 76 | text-wrap: nowrap; | 76 | text-wrap: nowrap; |
| 77 | overflow-x: auto; | 77 | overflow-x: auto; |
| 78 | padding: 0 1em; | 78 | padding: 0 1em; |
| 79 | background: whitesmoke; | 79 | background: floralwhite; |
| 80 | } | 80 | } |
| 81 | 81 | ||
| 82 | code { | 82 | code { |
| 83 | background: #fff0e3; | 83 | background: floralwhite; |
| 84 | padding: 0 3px; | 84 | padding: 0 3px; |
| 85 | font-size: 14px; | 85 | font-size: 14px; |
| 86 | } | 86 | } |
diff --git a/templates/index.html b/templates/index.html index 2c4a71b..a46712b 100644 --- a/templates/index.html +++ b/templates/index.html | |||
| @@ -12,9 +12,7 @@ | |||
| 12 | {{ define "content" }} | 12 | {{ define "content" }} |
| 13 | <div> | 13 | <div> |
| 14 | <p>{{ .Config.Description }}</p> | 14 | <p>{{ .Config.Description }}</p> |
| 15 | <p>Please <b><i>stop offering me a redesign</i></b> of this webpage. This site | 15 | |
| 16 | intentionally looks like it does!</p> | ||
| 17 | |||
| 18 | <h2><a name="current"></a>What I am currently working on</h2> | 16 | <h2><a name="current"></a>What I am currently working on</h2> |
| 19 | <p>Semi-live status of things to keep myself honest!</p> | 17 | <p>Semi-live status of things to keep myself honest!</p> |
| 20 | <table> | 18 | <table> |
