Merge pull request 'fix css' (#24) from LibreHacker/switching:master3 into master

Reviewed-on: http://git.macaw.me:3000/Tolstoevsky/fedi/pulls/24
This commit is contained in:
Tolstoevsky 2021-01-10 17:49:44 +00:00
commit 6b0f31ce6e
1 changed files with 11 additions and 5 deletions

View File

@ -18,7 +18,7 @@ h3 {
}
a {
color: #1b8250;
color: #1863a1;
}
li {
@ -31,16 +31,16 @@ li {
}
.btn-primary {
background: #43a047;
background: #252e3f;
color: #f2f2f2;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
background: #388e3c;
color: #000000;
background: #353e5f;
color: #b7c1d5;
box-shadow: none;
}
.btn-primary:active, .btn-primary.active {
background: #2e7d32;
background: #353e5f;
box-shadow: none;
}
.text-center {
@ -50,3 +50,9 @@ li {
font-size: 0.9em;
color: #444;
}
.qrcode {
padding: 20px 5px 5px 5px;
width: 42.5%;
height: 100%;
margin: auto;
}