1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-07-17 11:15:30 -04:00

remove utteranc.es for now

This commit is contained in:
2020-04-28 09:48:51 -04:00
parent 9a87b9fa8d
commit a42e27e6e8
12 changed files with 44 additions and 110 deletions

View File

@@ -159,7 +159,7 @@ body {
&.light {
background-color: $color-light-background;
button#dark-mode-toggle {
button.dark-mode-toggle {
background-image: url($icon-bulb-on);
}
}
@@ -167,7 +167,7 @@ body {
&.dark {
background-color: $color-dark-background;
button#dark-mode-toggle {
button.dark-mode-toggle {
background-image: url($icon-bulb-off);
}
}

View File

@@ -108,7 +108,7 @@ header {
}
// Dark mode toggle
button#dark-mode-toggle {
button.dark-mode-toggle {
background-repeat: no-repeat;
background-size: 100% 100%;
display: block;
@@ -164,7 +164,7 @@ header {
}
// Dark mode toggle
button#dark-mode-toggle {
button.dark-mode-toggle {
// TODO: figure out need for weird magic numbers here
height: 1.025em;
width: 0.75em;

View File

@@ -37,19 +37,6 @@ main#single {
color: inherit;
}
}
div#comments {
margin-top: 1.5em;
padding-top: 0.5em;
@include themed() {
border-top: 2px solid t(color-light);
}
div.utterances {
max-width: unset;
}
}
}
// Responsive