~edwargix/git.sr.ht

eaaf419e99cfeeabfde79fda0ad06484bed29159 — Drew DeVault 8 years ago 021f217
Tweak cgit styles to match sr.ht theme
1 files changed, 26 insertions(+), 0 deletions(-)

M scss/main.scss
M scss/main.scss => scss/main.scss +26 -0
@@ 136,3 136,29 @@ section {
}

@import "cgit";

div#cgit {
    padding: 0;
    font-size: inherit;

    table.tabs {
        margin-top: 0;
        border-bottom: 3px solid #ddd;

        td a {
            padding: 3px 0.75em;
            font-size: inherit;

            &.active {
                background-color: #ddd;
            }
        }

        input[type="text"] {
            border-width: 1px;
            border-style: solid;
            width: 8rem;
            padding: 0 0;
        }
    }
}