mirror of https://github.com/snachodog/mybuddy.git
9 lines
144 B
CSS
9 lines
144 B
CSS
|
:root {
|
||
|
--md-primary-fg-color: #37abe9;
|
||
|
--md-accent-fg-color: #ff8f00;
|
||
|
}
|
||
|
|
||
|
.md-header__title {
|
||
|
margin-left: 0 !important;
|
||
|
}
|