File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ header > form > input {
108108 border-width : 1px ;
109109 color : var (--default );
110110 margin-top : 16px ;
111- opacity : 0 .9 ;
111+ opacity : .9 ;
112112}
113113
114114form > input : hover {
@@ -156,7 +156,7 @@ main > form > textarea {
156156 margin : 8px 0 ;
157157 max-width : 100% ;
158158 min-width : 100% ;
159- opacity : 0 .9 ;
159+ opacity : .9 ;
160160 padding : 8px ;
161161 width : 100% ;
162162}
@@ -169,7 +169,7 @@ main > form > input {
169169 cursor : pointer;
170170 float : right;
171171 font-weight : bold;
172- opacity : 0 .9 ;
172+ opacity : .9 ;
173173 padding : 7px 16px ;
174174}
175175
@@ -190,9 +190,15 @@ main > div {
190190 background-color : var (--item );
191191 border-radius : 3px ;
192192 margin-bottom : 8px ;
193+ opacity : .9 ;
193194 padding : 16px ;
194195}
195196
197+ main > div : first-child {
198+ font-size : 116% ;
199+ opacity : 1 ;
200+ }
201+
196202/* item row meta, controls */
197203main > div > div {
198204 border-top : 1px solid var (--separator );
@@ -215,7 +221,7 @@ main > div > div > ul > li > span {
215221 color : white;
216222 display : inline-block;
217223 font-size : smaller;
218- opacity : 0 .7 ;
224+ opacity : .7 ;
219225}
220226
221227main > div > div > ul > li > span : hover {
You can’t perform that action at this time.
0 commit comments