mirror of
https://github.com/aljazceru/twentyone-world.github.io.git
synced 2025-12-20 09:34:22 +01:00
style(css): colors, font size
This commit is contained in:
13
css/21.css
13
css/21.css
@@ -5,7 +5,7 @@ body {
|
|||||||
padding-top: 10px;
|
padding-top: 10px;
|
||||||
padding-bottom: 10px;
|
padding-bottom: 10px;
|
||||||
background-color: black;
|
background-color: black;
|
||||||
color: gray;
|
color: #CCC;
|
||||||
padding: 30px;
|
padding: 30px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -29,8 +29,13 @@ body {
|
|||||||
|
|
||||||
.content p, .content li, .content label {
|
.content p, .content li, .content label {
|
||||||
font-family: Georgia, serif;
|
font-family: Georgia, serif;
|
||||||
font-size: 15px;
|
font-size: 1.2rem;
|
||||||
line-height: 25px;
|
line-height: 1.8rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.content small {
|
||||||
|
font-size: 0.79rem;
|
||||||
|
color: #555;
|
||||||
}
|
}
|
||||||
|
|
||||||
.content label.checkbox input {
|
.content label.checkbox input {
|
||||||
@@ -88,7 +93,9 @@ p>code {
|
|||||||
border-color: #836548 #836548 hsl(29, 29%, 36%);
|
border-color: #836548 #836548 hsl(29, 29%, 36%);
|
||||||
color: #fff !important;
|
color: #fff !important;
|
||||||
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.26);
|
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.26);
|
||||||
|
min-width: 15em;
|
||||||
-webkit-font-smoothing: antialiased;
|
-webkit-font-smoothing: antialiased;
|
||||||
|
margin: 1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn-github {
|
.btn-github {
|
||||||
|
|||||||
4
css/bootstrap.css
vendored
4
css/bootstrap.css
vendored
@@ -307,7 +307,7 @@ h5,
|
|||||||
h6 {
|
h6 {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
color: #AAA;
|
color: #FFF;
|
||||||
text-rendering: optimizelegibility;
|
text-rendering: optimizelegibility;
|
||||||
}
|
}
|
||||||
h1 small,
|
h1 small,
|
||||||
@@ -317,7 +317,7 @@ h4 small,
|
|||||||
h5 small,
|
h5 small,
|
||||||
h6 small {
|
h6 small {
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
color: #999999;
|
color: #DDD;
|
||||||
}
|
}
|
||||||
h1 {
|
h1 {
|
||||||
font-size: 30px;
|
font-size: 30px;
|
||||||
|
|||||||
Reference in New Issue
Block a user