this repo has no description
at master 54 lines 944 B view raw
1window { 2 /* margin: 5px; */ 3 /* border: 2px solid red; */ 4 /* background-color: red; */ 5 font-size: 24px; 6 background-color: rgba(0, 0, 0, 0); 7} 8 9#input { 10 color: #a9a7c1; 11 /* margin: 5px; */ 12 /* border: 2px solid blue; */ 13 border: none; 14 background-color: #1e1f20; 15} 16 17#inner-box { 18 /* margin: 5px; */ 19 /* border: 2px solid yellow; */ 20 /* background-color: yellow; */ 21} 22 23#outer-box { 24 /* margin: 5px; */ 25 /* border: 2px solid green; */ 26 /* background-color: green; */ 27} 28 29#scroll { 30 /* margin: 5px; */ 31 /* border: 2px solid orange; */ 32 /* background-color: orange; */ 33 background-color: #1e1f20; 34} 35 36#entry { 37 border: none; 38} 39#entry:selected { 40 border: none; 41 background-color: #232a32; 42} 43 44#text { 45 color: #a9a7c1; 46 /* margin: 5px; */ 47 /* border: 2px solid cyan; */ 48 /* background-color: cyan; */ 49} 50 51#selected { 52 border: none; 53 background-color: #232a32; 54}