mirror of
https://github.com/aljazceru/twentyone-world.github.io.git
synced 2025-12-19 03:44:19 +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-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
4
css/bootstrap.css
vendored
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user