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

13 lines
235 B
Plaintext
Raw Normal View History

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