Skip to content

Convallaria's Library Arc Dark by malags

Screenshot of Convallaria's Library Arc Dark

Details

Authormalags

LicenseNo License

Categoryuserstyle, convallariaslibrary

Created

Updated

Size1.3 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Arc Dark lookalike theme for Convallaria's Library

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           Empty @name replaces the default template - 11/1/2021, 8:55:03 PM
@namespace      github.com/openstyles/stylus
@version        1.0.1
@description    Arc dark lookalike for convallariaslibrary.com
@author         shanner
==/UserStyle== */

@-moz-document domain("convallariaslibrary.com") {
    :root {
      --dark_background: #2c2f3a;
      --text_title: #d3dae3;
      --text: #a9a9aa;
      --red: #e14245;
      --dark_purple:#614a73;
      --light_purple: #a660c3;
      --a: #4877b1;
    }


    body.custom-background {
        background-color: var(--dark_background);
    }

    body, h1, h2, h3, h4, h5, h6, .faux-heading  {
        color: var(--text);
    }

    .post-title, .comments-title {
        color: var(--text_title);
    }

    a, .post-title a {
        color: var(--a);
    }

    span, strong {
        color: var(--red) !important ;
    }


    .search-form .search-submit {
        background-color: var(--dark_purple);
    }

    .search-form .search-submit .hover {
        background-color: var(--light_purple);
    }

    .widget_text a {
        color: var(--dark_purple);
    }
    .widget_text a .hover {
        color: var(--light_purple);
    }

    #attachment_2450, hr {
        display: none;
    }
}

Reviews

No reviews yet.