MediaWiki: Tweeki.css
From Eccles Physiotherapy
(Created page with "→CSS placed here will affect users of the Tweeki skin: .navbar-default { background-image: linear-gradient(to bottom,#fff 0,#ffb6c1 100%); }") |
|||
Line 2: | Line 2: | ||
.navbar-default { | .navbar-default { | ||
background-image: linear-gradient(to bottom,#fff 0,#ffb6c1 100%); | background-image: linear-gradient(to bottom,#fff 0,#ffb6c1 100%); | ||
+ | } | ||
+ | |||
+ | .navbar-brand img { | ||
+ | height: 100px; | ||
} | } |
Revision as of 16:45, 4 June 2020
/* CSS placed here will affect users of the Tweeki skin */ .navbar-default { background-image: linear-gradient(to bottom,#fff 0,#ffb6c1 100%); } .navbar-brand img { height: 100px; }