diff options
Diffstat (limited to 'views/styles.css')
| -rw-r--r-- | views/styles.css | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/views/styles.css b/views/styles.css index 440da4e..e2a712f 100644 --- a/views/styles.css +++ b/views/styles.css @@ -45,7 +45,7 @@ h1 { text-align: center; } -input, button { +input, button, textarea { color: inherit; background-image: url(/paper.jpg); @@ -63,6 +63,11 @@ input, button { box-shadow: 0 0 0.4em var(--dark-purple); } +textarea { + resize: vertical; + min-height: 4em; +} + input[type=text]:focus { outline: 2px solid var(--highlight-border-color); } @@ -394,6 +399,12 @@ hr.new-section { height: 4em; } +#user-buttons { + margin: 0 1em 2em 1em; + display: flex; + flex-direction: row; +} + #user-nav { display: flex; flex-direction: row; |
