mirror of
https://github.com/xvvvyz/tilde.git
synced 2026-03-11 14:44:24 +00:00
minor css changes
This commit is contained in:
parent
98a37cec5d
commit
1809cf9eca
1 changed files with 6 additions and 3 deletions
|
|
@ -11,6 +11,11 @@
|
|||
<script src="https://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js" type="text/javascript" async></script>
|
||||
|
||||
<style type="text/css">
|
||||
body,
|
||||
input {
|
||||
font-family: 'Lato', sans-serif;
|
||||
}
|
||||
|
||||
body {
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
|
|
@ -19,8 +24,6 @@
|
|||
padding: 0;
|
||||
background: #29323c;
|
||||
color: #fff;
|
||||
font-family: 'Lato', sans-serif;
|
||||
font-weight: 300;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
|
|
@ -65,7 +68,7 @@
|
|||
.help {
|
||||
height: 0;
|
||||
margin: 1rem auto 0;
|
||||
border-right: dashed 1px #3F4A56;
|
||||
border-right: dashed 1px #fff;
|
||||
transition: height 0.2s linear;
|
||||
text-align: left;
|
||||
line-height: 1rem;
|
||||
|
|
|
|||
Loading…
Reference in a new issue