Added fancy text to posts and comments

This commit is contained in:
Lars van Hijfte
2017-01-31 13:54:31 +01:00
parent e85a685b0f
commit 794b5ab294
7 changed files with 21 additions and 12 deletions

View File

@@ -307,9 +307,16 @@ div[data-title]:hover:after {
body {
font-size: 28px!important;
}
button, input {
button, input, select {
font-size: 28px;
height: 42px;
}
textarea {
font-size: 28px;
}
input[type="checkbox"], input[type="radio"] {
width: 28px;
height: 28px;
}
}