Use colors from Electron site
This commit is contained in:
parent
8ce3ab1e26
commit
c4859c3dc6
1 changed files with 13 additions and 6 deletions
|
@ -3,23 +3,23 @@
|
||||||
<title>Electron</title>
|
<title>Electron</title>
|
||||||
<style>
|
<style>
|
||||||
body {
|
body {
|
||||||
color: #555;
|
color: #45828E;
|
||||||
font-family: 'Open Sans',Helvetica,Arial,sans-serif;
|
background-color: #A5ECFA;
|
||||||
|
font-family: 'Helvetica Neue', 'Open Sans', Helvetica, Arial, sans-serif;
|
||||||
padding: 30px;
|
padding: 30px;
|
||||||
}
|
}
|
||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
color: #2b6cc2;
|
|
||||||
font-family: "Crimson Text",Georgia,serif;
|
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
line-height: 1.1;
|
line-height: 1.1;
|
||||||
letter-spacing: -0.015em;
|
letter-spacing: -0.015em;
|
||||||
}
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
color: #2b6cc2;
|
color: #39AEC6;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
a:hover {
|
a:hover {
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
|
@ -27,7 +27,8 @@
|
||||||
pre, code {
|
pre, code {
|
||||||
font-family: "Menlo","Lucida Console",monospace;
|
font-family: "Menlo","Lucida Console",monospace;
|
||||||
border: 1px solid #ddd;
|
border: 1px solid #ddd;
|
||||||
background-color: #f8f8f8;
|
background-color: #076274;
|
||||||
|
color: #C5F3FC;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -39,6 +40,11 @@
|
||||||
padding: 6px 10px;
|
padding: 6px 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
code {
|
||||||
|
padding: 1px 4px 1px 4px;
|
||||||
|
font-size: 13px;
|
||||||
|
}
|
||||||
|
|
||||||
#holder {
|
#holder {
|
||||||
border: 4px dashed #ccc;
|
border: 4px dashed #ccc;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
|
@ -49,6 +55,7 @@
|
||||||
text-align: center;
|
text-align: center;
|
||||||
-webkit-user-select: none;
|
-webkit-user-select: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
#holder.hover {
|
#holder.hover {
|
||||||
border: 4px dashed #999;
|
border: 4px dashed #999;
|
||||||
color: #eee;
|
color: #eee;
|
||||||
|
|
Loading…
Reference in a new issue