So long, spookiness.

This commit is contained in:
flash 2021-10-31 18:22:46 +01:00
parent deb4dc1089
commit 4a3a28629b
4 changed files with 3 additions and 8 deletions

View file

@ -21,7 +21,7 @@ body {
:root { :root {
--font-size: 12px; --font-size: 12px;
--line-height: 20px; --line-height: 20px;
--font-regular: Tahoma, Geneva, 'Dejavu Sans', Arial, Helvetica, sans-serif; --font-regular: Verdana, Geneva, 'Dejavu Sans', Arial, Helvetica, sans-serif;
--font-monospace: Consolas, 'Liberation Mono', Menlo, Courier, monospace; --font-monospace: Consolas, 'Liberation Mono', Menlo, Courier, monospace;
--site-max-width: 1200px; --site-max-width: 1200px;
@ -53,10 +53,6 @@ body {
--user-header: url('/images/pixel.png'); --user-header: url('/images/pixel.png');
--accent-colour: #8559a5; --accent-colour: #8559a5;
--header-accent-colour: var(--accent-colour); --header-accent-colour: var(--accent-colour);
/** octobre **/
--site-logo: url('/images/logos/imouto-halloween.png');
--accent-colour: #ee9400;
} }
html { html {

View file

@ -5,6 +5,7 @@
color: inherit; color: inherit;
text-decoration: none; text-decoration: none;
} }
.footer__link:focus,
.footer__link:hover { .footer__link:hover {
text-decoration: underline; text-decoration: underline;
} }

View file

@ -55,7 +55,6 @@
.header__desktop__link:focus { .header__desktop__link:focus {
background-color: rgba(255, 255, 255, .2); background-color: rgba(255, 255, 255, .2);
} }
.header__desktop__link:active { .header__desktop__link:active {
background-color: rgba(255, 255, 255, .1); background-color: rgba(255, 255, 255, .1);
} }
@ -282,6 +281,6 @@
@media (max-width: 800px) { @media (max-width: 800px) {
.header__desktop { display: none; } .header__desktop { display: none; }
} }
@media (min-width: 800px) { @media (min-width: 801px) {
.header__mobile { display: none; } .header__mobile { display: none; }
} }

View file

@ -15,7 +15,6 @@ var Misuzu = function() {
Misuzu.CSRF.init(); Misuzu.CSRF.init();
Misuzu.Urls.loadFromDocument(); Misuzu.Urls.loadFromDocument();
Misuzu.User.refreshLocalUser(); Misuzu.User.refreshLocalUser();
Misuzu.UserRelations.init();
Misuzu.FormUtils.initDataRequestMethod(); Misuzu.FormUtils.initDataRequestMethod();
Misuzu.initQuickSubmit(); Misuzu.initQuickSubmit();
Misuzu.Comments.init(); Misuzu.Comments.init();