summaryrefslogtreecommitdiff
path: root/www/css/index.scss
diff options
context:
space:
mode:
Diffstat (limited to 'www/css/index.scss')
-rw-r--r--www/css/index.scss24
1 files changed, 21 insertions, 3 deletions
diff --git a/www/css/index.scss b/www/css/index.scss
index fa593a5..514865d 100644
--- a/www/css/index.scss
+++ b/www/css/index.scss
@@ -16,8 +16,26 @@ html {
color: $yellow;
font-family: sans-serif;
font-weight: bolder;
- h1 {
- text-align: center;
+ header {
+ & > * {
+ display: table-cell;
+ vertical-align: middle;
+ }
+ nav {
+ padding: 0.3em;
+ a {
+ display: inline-block;
+ padding: 0.4em;
+ background-color: $yellow;
+ color: $red;
+ border: solid 0.04em $yellow;
+ border-radius: 0.54em;
+ &:active {
+ background-color: $red;
+ color: $yellow;
+ }
+ }
+ }
}
a {
text-decoration: none;
@@ -171,7 +189,7 @@ body#report {
}
body#msds, body#alert {
- a {
+ & > a {
display: inline-block;
width: 100%;
padding-left: 1em;