MediaWiki: Tweeki.css: Difference between revisions

From LINKS Community Center
Jump to: navigation, search
Eschmidt (talk | contribs)
(Created page with "→‎CSS placed here will affect users of the Tweeki skin: →‎Main colours: :root { --links-blue: #1980c3; --links-cyan: #34b8b8; --links-grey: #415262; --l...")
 
Eschmidt (talk | contribs)
No edit summary
Line 7: Line 7:
     --links-grey: #415262;
     --links-grey: #415262;
     --links-orange: #ee7802;
     --links-orange: #ee7802;
}
#dct-profile {
    display: grid;
    row-gap: 1em;
}
}

Revision as of 10:56, 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;
    row-gap: 1em;
}