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: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by joshbuker
Comment options

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