diff --git a/sass/_logo.scss b/sass/_logo.scss index f70245d..1469456 100644 --- a/sass/_logo.scss +++ b/sass/_logo.scss @@ -10,15 +10,20 @@ height: 44px; } - &__mark { + &-link { + text-decoration: none; + float: left; + } + + &-mark { margin-right: 5px; } - &__text { + &-text { white-space: nowrap; } - &__cursor { + &-cursor { display: inline-block; width: 10px; height: 1.5rem; @@ -29,7 +34,7 @@ } @media (prefers-reduced-motion: reduce) { - &__cursor { + &-cursor { animation: none; } } diff --git a/sass/_main.scss b/sass/_main.scss index ada787e..f0d7eb2 100644 --- a/sass/_main.scss +++ b/sass/_main.scss @@ -12,12 +12,6 @@ } } -:root.light { - .darkOnly { - display: none; - } -} - ::-moz-selection, ::selection { color: var(--bgColor); background: var(--fgColor); @@ -161,13 +155,13 @@ footer { color: var(--fgColor); background-color: transparent; - &__background:hover, &__background:focus { + &-background:hover, &-background:focus { color: var(--linkColor); background-color: transparent; } } -.tagsData { +.tags-data { display: flex; flex-direction: column; flex-wrap: wrap; diff --git a/templates/404.html b/templates/404.html index 6279038..5d4281e 100644 --- a/templates/404.html +++ b/templates/404.html @@ -1,4 +1,4 @@ -{% extends "base.html" %} +{% extends "page.html" %} {% block content %}
Yeah, sorry, it's just that boring old error. Not even a cool one like 418, or a scary one like 500. Just a plain, old, boring 404: The page you were trying to reach just doesn't seem to be there, so either the link is broken or you made a typo.
I suppose I shouldn't rule out the possibility that you had enough time on your hands that checking out the zaaarf.foo 404 page seemed like a productive use for it. If that's the case, I urge you to get a job or hobby ASAP.
-If, however, you do have a legitimate reason for being here, I'd appreciate it if you took the time to notify whoever sent you here that the link is broken.
+If, however, you do have a legitimate reason for being here, I'd appreciate it if you took the time to notify whoever sent you here that the link is broken. Cheers!
Licensed under the MIT License.
- Built with Zola using the friendenstein theme.
-
Licensed under the MIT License.
+ Built with Zola using the friendenstein theme.
+
{% if paginator.previous %}<< First < Previous{% endif %} [{{ paginator.current_index }}/{{ paginator.number_pagers }}] {% if paginator.next %}Next > Last >>{% endif %}
{% endif %} -{% endblock content %} \ No newline at end of file +{% endblock content %}