Added some small boring scripts and programs writen in few last years
[mirrors/Programs.git] / plugins / chrome-extensions / editor / popup.css
CommitLineData
21c4e167
H
1html {
2 background: #C0C0C0;
3}
4
5#code {
6 background: black;
7 color: #00FF00;
8 font-family: monospace;
9 font-weight: bold;
10}
11
12button {
13 width: 80px;
14}
This page took 0.126328 seconds and 4 git commands to generate.