]> git.ktnx.net Git - icedeb.git/blob - icedeb.css
c12c541b5054873936ff504e2853fb2ae20e0364
[icedeb.git] / icedeb.css
1 body { padding: 1ex; }
2 #clipboard { margin: 2px; }
3
4 #button-list-container {
5   background: linear-gradient(to bottom, hsl(222,4%,89%) 0%, hsl(0,0%,100%) 100%);
6   display: flex;
7   flex-direction: column;
8   padding: 0.1ex;
9 }
10 #button-list-container > * {
11   margin: 0.5ex;
12   padding 0.1ex;
13 }
14
15 .icedeb-button {
16   border-radius: 5px;
17   cursor: pointer;
18   color: blue;
19 }
20 .icedeb-button:hover {
21     text-decoration: underline;
22 }
23 .hidden { display: none; }
24 a, a:visited { color: blue; }