|
10 | 10 | /* */
|
11 | 11 | /******************************************/
|
12 | 12 | /* */
|
13 |
| - /* Last updated on 2019-07-12. */ |
| 13 | + /* Last updated on 2019-08-17. */ |
14 | 14 | /* */
|
15 | 15 | /* Tested with: */
|
16 |
| - /* - v2.0.2-v2.0.4 */ |
| 16 | + /* - v2.1.0 */ |
17 | 17 | /* */
|
18 | 18 | /******************************************/
|
19 | 19 |
|
|
60 | 60 | .md-caption{
|
61 | 61 | color: var(--main-text) !important;
|
62 | 62 | }
|
| 63 | + .learn-nav-bar .learn-url{ |
| 64 | + color: var(--main-text) !important; |
| 65 | + } |
63 | 66 | project-list .project-list-row:hover {
|
64 | 67 | background-color: var(--bg-lighter-1) !important;
|
65 | 68 | }
|
|
107 | 110 | color: var(--text-lighter-1);
|
108 | 111 | }
|
109 | 112 | .install-badge{
|
110 |
| - background-color: var(badge-gray) !important; |
| 113 | + background-color: var(--badge-gray) !important; |
111 | 114 | }
|
112 | 115 | md-input-container.md-default-theme:not(.md-input-invalid).md-input-has-value label, md-input-container:not(.md-input-invalid).md-input-has-value label {
|
113 | 116 | color: var(--medium-ligher-1) !important;
|
|
119 | 122 | md-input-container.md-default-theme .md-input::placeholder, md-input-container .md-input::placeholder{
|
120 | 123 | color: var(--medium-ligher-1) !important;
|
121 | 124 | }
|
| 125 | + /* common */ |
| 126 | + md-list.md-default-theme md-list-item.md-2-line .md-list-item-text h3, |
| 127 | + md-list md-list-item.md-2-line .md-list-item-text h3, |
| 128 | + md-list.md-default-theme md-list-item.md-2-line .md-list-item-text h4, |
| 129 | + md-list md-list-item.md-2-line .md-list-item-text h4, |
| 130 | + md-list.md-default-theme md-list-item.md-3-line .md-list-item-text h3, |
| 131 | + md-list md-list-item.md-3-line .md-list-item-text h3, |
| 132 | + md-list.md-default-theme md-list-item.md-3-line .md-list-item-text h4, |
| 133 | + md-list md-list-item.md-3-line .md-list-item-text h4 { |
| 134 | + color: var(--text-lighter-1); |
| 135 | + } |
| 136 | + md-list.md-default-theme md-list-item.md-2-line .md-list-item-text p, |
| 137 | + md-list md-list-item.md-2-line .md-list-item-text p, |
| 138 | + md-list.md-default-theme md-list-item.md-3-line .md-list-item-text p, |
| 139 | + md-list md-list-item.md-3-line .md-list-item-text p { |
| 140 | + color: var(--main-text) !important; |
| 141 | + } |
122 | 142 | /* button */
|
123 | 143 | .md-button.md-default-theme.md-raised, .md-button.md-raised {
|
124 | 144 | color: var(--text-lighter-1);
|
|
130 | 150 | .md-button.md-default-theme.md-raised:not([disabled]).md-focused, .md-button.md-raised:not([disabled]).md-focused {
|
131 | 151 | background-color: var(--bg-lighter-1);
|
132 | 152 | }
|
| 153 | + md-nav-bar.md-default-theme .md-button._md-nav-button.md-unselected, md-nav-bar .md-button._md-nav-button.md-unselected{ |
| 154 | + color: var(--text-lighter); |
| 155 | + } |
133 | 156 | /* tabs */
|
134 | 157 | md-tabs.md-default-theme .md-tab, md-tabs .md-tab {
|
135 | 158 | color: var(--main-text);
|
|
144 | 167 | .um-user-account md-card{
|
145 | 168 | background:transparent;
|
146 | 169 | }
|
147 |
| -</style>\n""" |
| 170 | + /* learn item */ |
| 171 | + .learn-page .learn-item{ |
| 172 | + background-color: var(--bg-lighter-2) !important; |
| 173 | + } |
| 174 | + /* learn item top */ |
| 175 | + .learn-top-container .learn-top-items .learn-top-item .learn-top-item-text .learn-top-item-desc { |
| 176 | + color: var(--main-text) !important; |
| 177 | + } |
| 178 | +</style> |
| 179 | +""" |
148 | 180 |
|
149 | 181 | if len(sys.argv) == 2:
|
150 | 182 | path = sys.argv[1]
|
|
0 commit comments