repo.or.cz
/
sdvi-signature-composer.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Initial commit
[sdvi-signature-composer.git]
/
src
/
index.css
blob
f89d82b73f34379fc9b197e11491fee2e8c4fe09
1
html
{
2
font-size
:
16px
;
3
color
:
#2e2e2e
;
4
}
5
6
body
{
7
margin
:
0
;
8
padding
:
0
;
9
font-family
:
sans-serif
;
10
font-size
:
1em
;
11
box-sizing
:
border-box
;
12
}
13
14
input
{
15
-webkit-appearance
:
none
;
16
}
17
18
button
{
19
border
:
none
;
20
}
21
22
a
{
23
color
:
#09f
;
24
outline
:
3px
solid transparent
;
25
border
:
1px
solid transparent
;
26
text-decoration
:
none
;
27
}
28
29
a
:
hover
{
30
text-decoration
:
underline
;
31
}