diff --git a/assets/css/table.scss b/assets/css/table.scss index 22ef7c7..2fa5a18 100644 --- a/assets/css/table.scss +++ b/assets/css/table.scss @@ -174,7 +174,7 @@ } &.twitter:after { - content: 'On Twitter'; + content: 'On X (Twitter)'; } &.facebook:after { @@ -215,10 +215,10 @@ } &.twitter { - background: #1da1f2; + background: #000; &:before { - content: '\F5EF'; + content: '\F8DB'; } } diff --git a/layouts/partials/base.stylesheet.html b/layouts/partials/base.stylesheet.html index fe309fd..b14c849 100644 --- a/layouts/partials/base.stylesheet.html +++ b/layouts/partials/base.stylesheet.html @@ -28,7 +28,6 @@ {{ $styles = $styles | append "error" }} {{ end }} - {{ $scss := slice }} {{ range $style := $styles }} {{ $scss = $scss | append (resources.Get ($style | printf "css/%s.scss")) }}