diff --git a/static/img/logo.jpg b/static/img/logo.jpg new file mode 100644 index 0000000..8d5e7c3 Binary files /dev/null and b/static/img/logo.jpg differ diff --git a/static/main.css b/static/main.css index 6eb65b1..b15c389 100644 --- a/static/main.css +++ b/static/main.css @@ -104,10 +104,10 @@ canvas { padding-left: 8vw; padding-right: 8vw; width: 100%; - box-sizing: border-box; justify-content: space-between; flex-direction: row; align-items: baseline; + min-height: 3em; } .horizontal-menu a { text-decoration: underline; @@ -117,7 +117,8 @@ canvas { transition: 0.2s; } .horizontal-menu a:hover { - color: var(--color-primary); + border: solid 2px var(--color-primary); + opacity: 1 !important; } .gay-hr { width: 10vw; diff --git a/static/main.styl b/static/main.styl index 93da482..aaeb940 100644 --- a/static/main.styl +++ b/static/main.styl @@ -102,10 +102,11 @@ body > canvas padding-left: 8vw padding-right: 8vw width: 100% - box-sizing: border-box + //box-sizing: border-box justify-content space-between flex-direction row align-items baseline + min-height: 3em; & a text-decoration underline color: #000 @@ -113,7 +114,8 @@ body > canvas cursor pointer transition .2s &:hover - color: var(--color-primary) + border: solid 2px var(--color-primary) + opacity: 1 !important .gay-hr width: 10vw; diff --git a/static/svg/plus.svg b/static/svg/plus.svg new file mode 100644 index 0000000..219c579 --- /dev/null +++ b/static/svg/plus.svg @@ -0,0 +1 @@ + \ No newline at end of file