1
0
Fork 0
mirror of https://github.com/Lynnesbian/FediBooks/ synced 2024-09-27 14:43:04 +00:00

style improvements

This commit is contained in:
Lynne Megido 2019-08-29 11:14:42 +10:00
parent 0703c4df2c
commit 7c45dcc2f8

View file

@ -10,6 +10,9 @@ body {
background-color: #444a5c;
padding:10px;
}
.container.light {
background-color: #4d5366;
}
.column {
flex-grow: 1;
flex-basis: 0;
@ -18,6 +21,18 @@ body {
.large {
font-size: 1.2em;
}
.centred {
text-align: center;
}
.thin {
font-weight: 300;
}
.subtle {
color: #dddddd;
}
.row {
display: flex;
}
a.button {
color: white;
@ -62,22 +77,9 @@ a:visited {
h1 {
font-size: 4em;
margin-top: 10px !important;
}
h1, h2, h3, h4, h5, h6 {
font-weight: 400;
margin: 0;
}
.centred {
text-align: center;
}
.thin {
font-weight: 300;
}
.subtle {
color: #dddddd;
}
.row {
display: flex;
}