18 lines
252 B
Plaintext
18 lines
252 B
Plaintext
//
|
|
// @file
|
|
//
|
|
// Adds additional LESS rules to Umbra.
|
|
//
|
|
|
|
@import "bootstrap/mixins.less";
|
|
|
|
.ai1ec-well {
|
|
background-color: #222;
|
|
border-color: #333;
|
|
}
|
|
|
|
.ai1ec-agenda-widget-view .ai1ec-month,
|
|
.ai1ec-agenda-view .ai1ec-month {
|
|
text-shadow: none;
|
|
}
|