mirror of
https://github.com/fenwick67/mastofeed
synced 2025-01-18 20:42:23 +01:00
Fix some things :p
Signed-off-by: Marcin Mikołajczak <me@m4sk.in>
This commit is contained in:
parent
4a4a32995d
commit
bab4aa9d03
@ -23,7 +23,7 @@
|
|||||||
<option value="light">light</option>
|
<option value="light">light</option>
|
||||||
</select>
|
</select>
|
||||||
</label><br>
|
</label><br>
|
||||||
<label>Show header?<input id="header" type="checkbox" checked></label><br>
|
<label>Show header?<input id="header" type="checkbox" checked="checked"></label><br>
|
||||||
<button value="generate">Generate</button>
|
<button value="generate">Generate</button>
|
||||||
</form>
|
</form>
|
||||||
<br>
|
<br>
|
||||||
|
@ -30,7 +30,7 @@ a {
|
|||||||
|
|
||||||
label, h3 {
|
label, h3 {
|
||||||
color: #607ea7;
|
color: #607ea7;
|
||||||
margin-bottom: 26px
|
margin-bottom: 26px;
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
line-height: 24px
|
line-height: 24px
|
||||||
}
|
}
|
||||||
@ -41,7 +41,7 @@ body {
|
|||||||
font-feature-settings: "kern";
|
font-feature-settings: "kern";
|
||||||
-webkit-text-size-adjust: none;
|
-webkit-text-size-adjust: none;
|
||||||
-ms-text-size-adjust: none;
|
-ms-text-size-adjust: none;
|
||||||
text-size-adjust: none
|
text-size-adjust: none;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
font-family: Roboto, sans-serif;
|
font-family: Roboto, sans-serif;
|
||||||
background-color: #1f232b;
|
background-color: #1f232b;
|
||||||
@ -62,7 +62,7 @@ button {
|
|||||||
border: 1px solid #9baec8;
|
border: 1px solid #9baec8;
|
||||||
padding: 3px 15px;
|
padding: 3px 15px;
|
||||||
color: #9baec8;
|
color: #9baec8;
|
||||||
margin-left: 4px
|
margin-left: 4px;
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
box-shadow: 0 4px 6px rgba(0, 0, 0, .1)
|
box-shadow: 0 4px 6px rgba(0, 0, 0, .1)
|
||||||
|
Loading…
Reference in New Issue
Block a user