Initial commit
This commit is contained in:
@@ -14,3 +14,54 @@
|
||||
// To declare rules for a specific mode, create a child rule
|
||||
// for the .md, .ios, or .wp mode classes. The mode class is
|
||||
// automatically applied to the <body> element in the app.
|
||||
|
||||
ion-toolbar {
|
||||
color: #fff;
|
||||
|
||||
.toolbar-background {
|
||||
background-color: #000000;
|
||||
}
|
||||
}
|
||||
|
||||
ion-title {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.content {
|
||||
background-color: #191b1c;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.item {
|
||||
background-color: #1d1e1f;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.list {
|
||||
|
||||
.item-block .item-inner {
|
||||
border-bottom-color: #333435;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
.tabs {
|
||||
|
||||
.tabbar {
|
||||
background-color: #090a0a;
|
||||
}
|
||||
|
||||
.tab-button {
|
||||
|
||||
.tab-button-icon {
|
||||
color: #9e9ea8;
|
||||
}
|
||||
|
||||
&[aria-selected=true] {
|
||||
|
||||
.tab-button-icon {
|
||||
color: #fdb315;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user