WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content
Discussion options

You must be logged in to vote

I didn't figure out my original question, but I did find a good enough alternative using the global css variables and just adding my own styles.

If anyone is curious, this is what I ended up using:

assets/css/jekyll-theme-chirpy.scss
---
---

/* prettier-ignore */
@use 'main
{%- if jekyll.environment == 'production' -%}
  .bundle
{%- endif -%}
';

/* append your custom style below */

.sidebar-content {
  margin-bottom: 0 !important;

  .contact-header {
    width: 100%;
    position: relative;
    margin: 0 0 0.5rem 0;

    span {
      // position: relative;
      // z-index: 2;
      position: absolute;
      top: 0.25rem;
      margin: 0;
      padding: 0 1rem;
      color: var(--tex…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by joshbuker
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant