Skip to content

Instantly share code, notes, and snippets.

@LindseyB
Created November 21, 2022 06:32
Show Gist options
  • Select an option

  • Save LindseyB/8af0e11c837e852d26a9239f0718b4d4 to your computer and use it in GitHub Desktop.

Select an option

Save LindseyB/8af0e11c837e852d26a9239f0718b4d4 to your computer and use it in GitHub Desktop.

Revisions

  1. LindseyB created this gist Nov 21, 2022.
    86 changes: 86 additions & 0 deletions custom.css
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,86 @@
    body {
    font-family: ui-monospace,
    Menlo, Monaco,
    "Cascadia Mono", "Segoe UI Mono",
    "Roboto Mono",
    "Oxygen Mono",
    "Ubuntu Monospace",
    "Source Code Pro",
    "Fira Mono",
    "Droid Sans Mono",
    "Courier New", monospace;
    background: #282a36 important;
    }

    .reply-indicator__content p, .status__content p {
    font-size: 18px !important;
    line-height: 1.5 !important;
    }

    .simple_form .block-button, .simple_form .button, .simple_form button {
    background: #bd93f9 !important;
    }

    .button, .selected, .simple_form hint a {
    background-color: #bd93f9 !important;
    }

    a.selected {
    color: #282a36 !important;
    }

    .simple_form span.hint {
    font-size: 14px !important!;
    }

    .status__display-name {
    color: #6272a4 !important;
    }

    .status__content__read-more-button {
    color: #bd93f9 !important;
    }

    .simple_form input[type=email]:active, .simple_form input[type=email]:focus, .simple_form input[type=number]:active, .simple_form input[type=number]:focus, .simple_form input[type=password]:active, .simple_form input[type=password]:focus, .simple_form input[type=text]:active, .simple_form input[type=text]:focus, .simple_form input[type=url]:active, .simple_form input[type=url]:focus, .simple_form textarea:active, .simple_form textarea:focus {
    border-color: #6272a4 !important;
    }

    .notification__relative_time, .status__relative-time, .icon-button {
    color: #6272a4 !important;
    }

    .simple_form .hint a {
    color: #8be9fd !important;
    }

    .reply-indicator__content a.unhandled-link, .status__content a.unhandled-link {
    color: #bd93f9 !important;
    }

    .reply-indicator__content, .status__content {
    color: #f8f8f2 !important;
    }

    .flash-message.notice {
    color: #50fa7b !important;
    }

    .column-link--transparent.active {
    color: #bd93f9 !important;
    }

    .reply-indicator {
    background: #44475a !important;
    }

    .column-header__back-button {
    color: #bd93f9 !important;
    }

    .reply-indicator__content a, .status__content a {
    color: #8be9fd !important;
    }

    .notification__message .fa {
    color: #bd93f9 !important;
    }