MediaWiki: Tweeki.css: Difference between revisions

From LINKS Community Center
Jump to: navigation, search
Eschmidt (talk | contribs)
No edit summary
Eschmidt (talk | contribs)
No edit summary
Line 11: Line 11:
#dct-profile {
#dct-profile {
     display: grid;
     display: grid;
    grid-template-columns: 3fr 1fr;
     row-gap: 1em;
     row-gap: 1em;
}
}

Revision as of 11:04, 10 May 2022

/* CSS placed here will affect users of the Tweeki skin */

/* Main colours */
:root {
    --links-blue: #1980c3;
    --links-cyan: #34b8b8;
    --links-grey: #415262;
    --links-orange: #ee7802;
}

#dct-profile {
    display: grid;
    grid-template-columns: 3fr 1fr;
    row-gap: 1em;
}