mirror of
https://github.com/Lynnesbian/FediBooks/
synced 2024-11-25 08:38:59 +00:00
style improvements
This commit is contained in:
parent
0703c4df2c
commit
7c45dcc2f8
1 changed files with 16 additions and 14 deletions
|
@ -10,6 +10,9 @@ body {
|
||||||
background-color: #444a5c;
|
background-color: #444a5c;
|
||||||
padding:10px;
|
padding:10px;
|
||||||
}
|
}
|
||||||
|
.container.light {
|
||||||
|
background-color: #4d5366;
|
||||||
|
}
|
||||||
.column {
|
.column {
|
||||||
flex-grow: 1;
|
flex-grow: 1;
|
||||||
flex-basis: 0;
|
flex-basis: 0;
|
||||||
|
@ -18,6 +21,18 @@ body {
|
||||||
.large {
|
.large {
|
||||||
font-size: 1.2em;
|
font-size: 1.2em;
|
||||||
}
|
}
|
||||||
|
.centred {
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
.thin {
|
||||||
|
font-weight: 300;
|
||||||
|
}
|
||||||
|
.subtle {
|
||||||
|
color: #dddddd;
|
||||||
|
}
|
||||||
|
.row {
|
||||||
|
display: flex;
|
||||||
|
}
|
||||||
|
|
||||||
a.button {
|
a.button {
|
||||||
color: white;
|
color: white;
|
||||||
|
@ -62,22 +77,9 @@ a:visited {
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
font-size: 4em;
|
font-size: 4em;
|
||||||
|
margin-top: 10px !important;
|
||||||
}
|
}
|
||||||
h1, h2, h3, h4, h5, h6 {
|
h1, h2, h3, h4, h5, h6 {
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.centred {
|
|
||||||
text-align: center;
|
|
||||||
}
|
|
||||||
.thin {
|
|
||||||
font-weight: 300;
|
|
||||||
}
|
|
||||||
.subtle {
|
|
||||||
color: #dddddd;
|
|
||||||
}
|
|
||||||
|
|
||||||
.row {
|
|
||||||
display: flex;
|
|
||||||
}
|
|
||||||
|
|
Loading…
Reference in a new issue