mirror of
https://github.com/gwenhael-le-moine/focus.git
synced 2024-11-16 07:47:24 +01:00
colors
This commit is contained in:
parent
c7da4769ee
commit
eb04bdc1fa
1 changed files with 2 additions and 3 deletions
|
@ -3,11 +3,10 @@
|
|||
<title>Focus.</title>
|
||||
<link href='http://fonts.googleapis.com/css?family=Sorts+Mill+Goudy' rel='stylesheet' type='text/css'>
|
||||
<style>
|
||||
html{background-color:#baddad;color:#687dad;text-align:center;padding-top:20%}
|
||||
html{background-color:#baddad;color:#687d4d;text-align:center;padding-top:20%}
|
||||
h1,h2{font-family:'Sorts Mill Goudy',serif;font-size:10em}
|
||||
h2{font-size:2em;color:#333}
|
||||
h2{font-size:2em}
|
||||
footer{font-size:0.8em;color:#555;position:fixed;bottom:0;right:0}
|
||||
footer a{color:#555}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
|
Loading…
Reference in a new issue