style(css): colors, font size

This commit is contained in:
Gigi
2022-04-27 23:26:49 +02:00
parent 5e9d04f524
commit 6ef9918e62
2 changed files with 12 additions and 5 deletions

View File

@@ -5,7 +5,7 @@ body {
padding-top: 10px;
padding-bottom: 10px;
background-color: black;
color: gray;
color: #CCC;
padding: 30px;
}
@@ -29,8 +29,13 @@ body {
.content p, .content li, .content label {
font-family: Georgia, serif;
font-size: 15px;
line-height: 25px;
font-size: 1.2rem;
line-height: 1.8rem;
}
.content small {
font-size: 0.79rem;
color: #555;
}
.content label.checkbox input {
@@ -88,7 +93,9 @@ p>code {
border-color: #836548 #836548 hsl(29, 29%, 36%);
color: #fff !important;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.26);
min-width: 15em;
-webkit-font-smoothing: antialiased;
margin: 1em;
}
.btn-github {

4
css/bootstrap.css vendored
View File

@@ -307,7 +307,7 @@ h5,
h6 {
margin: 0;
font-weight: bold;
color: #AAA;
color: #FFF;
text-rendering: optimizelegibility;
}
h1 small,
@@ -317,7 +317,7 @@ h4 small,
h5 small,
h6 small {
font-weight: normal;
color: #999999;
color: #DDD;
}
h1 {
font-size: 30px;