pxt-ev3/theme/site/collections/menu.overrides

13 lines
246 B
Plaintext
Raw Normal View History

2017-06-29 15:47:26 +01:00
/*******************************
Site Overrides
*******************************/
.ui.menu.inverted .item {
text-transform: uppercase;
}
2018-03-27 16:30:43 -07:00
#mainmenu, #homemenu {
2018-02-12 12:23:25 -08:00
background: @legoGreyLight;
border-bottom: 5px solid #00a5c8;
2017-06-29 15:47:26 +01:00
}