File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33
44## [ Unreleased]
55
6- - Made app main activity theme dark
6+ - Implemented dark theme for main activity and About
77- Made ` about.html ` show full screen
88- Set ` max-width ` for ` about.html `
99
Original file line number Diff line number Diff line change 55%%
66 %title About
77 %css
8+ {: @ color/umbrella_orange : #FFCE73 :}
9+ {: @ color/key_fill : #181818 :}
810 body {
11+ background: @ color/key_fill;
12+ color: white;
913 font-family: sans-serif;
1014 font-size: 15px;
1115 overflow-wrap: break-word;
1216 padding: 0.5em;
1317 }
18+ a {
19+ color: @ color/umbrella_orange;
20+ }
1421 footer {
15- border-top: 2px solid black ;
22+ border-top: 2px solid white ;
1623 margin-top: 1.5em;
1724 padding-top: 0.75em;
1825 }
2835 font-size: 1.1em;
2936 }
3037 html {
38+ background: grey;
3139 margin: 0 auto;
3240 max-width: 44em;
3341 }
3442 .notice {
35- border: 1px solid black ;
43+ border: 1px solid white ;
3644 padding: 0.5em;
3745 }
3846%%
Original file line number Diff line number Diff line change 55< meta name ="viewport " content ="width=device-width, initial-scale=1 ">
66< title > About</ title >
77< style > body {
8+ background : # 181818 ;
9+ color : white;
810font-family : sans-serif;
911font-size : 15px ;
1012overflow-wrap : break-word;
1113padding : 0.5em ;
1214}
15+ a {
16+ color : # FFCE73 ;
17+ }
1318footer {
14- border-top : 2px solid black ;
19+ border-top : 2px solid white ;
1520margin-top : 1.5em ;
1621padding-top : 0.75em ;
1722}
2732font-size : 1.1em ;
2833}
2934html {
35+ background : grey;
3036margin : 0 auto;
3137max-width : 44em ;
3238}
3339.notice {
34- border : 1px solid black ;
40+ border : 1px solid white ;
3541padding : 0.5em ;
3642}</ style >
3743</ head >
You can’t perform that action at this time.
0 commit comments