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